What is the difference between printf and scanf )?
No Answer is Posted For this Question
Be the First to Post Answer
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
Who invented bcpl language?
why array index always starts from zero??
HOW TO SWAP TWO NOS IN ONE STEP?
. Write a program to get a string and to convert the 1st letter of it to uppercase
What is declaration and definition in c?
what is the output of the following code? main() { int I; I=0x10+010+10; printf("x=%x",I); } give detailed reason
the output will be #include<stdio.h> int main () { int i; i = 9/2; printf("%i",i); return 0; }
What is the most efficient way to count the number of bits which are set in an integer?
array of pointer pointer to array pointer to pointer
How can I send mail from within a c program?
What is c preprocessor mean?