What is the difference between printf and scanf )?
No Answer is Posted For this Question
Be the First to Post Answer
What is structure packing in c?
char p="data"; printf(p);
Who had beaten up hooligan "CHAKULI" in his early college days?
write a program to print the one dimensional array.
what is the output of printf("%d",(scanf("%d",10));
how many key words availabel in c a) 28 b) 31 c) 32
#include<stdio.h> #include<conio.h> # define swap(a,b) temp=a; a=b; b=temp; void main( ) { int i, j, temp; i=5; j=10; temp=0; if( i > j) swap( i, j ); printf( "%d %d %d", i, j, temp); }
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
write a c program in such a way that if we enter the today date the output should be next day's date.
What is bss in c?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
What is the advantage of using #define to declare a constant?
0 Answers Agilent, ZS Associates,