c değeri yazdırıldı
This commit is contained in:
		
							
								
								
									
										10
									
								
								c-basic/writing_value_with_printf_2.c
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								c-basic/writing_value_with_printf_2.c
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
#include <stdio.h>
 | 
			
		||||
 | 
			
		||||
int main()
 | 
			
		||||
{
 | 
			
		||||
  int a = 10, b = 20, c = 30;
 | 
			
		||||
 | 
			
		||||
  printf("a = %d, b = %d\n", a, b);
 | 
			
		||||
  printf("a = %d, b = %d\n", c, a);
 | 
			
		||||
  printf("%d%d\n", a, b);
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user