Answer Posted / khaja
ya user define only
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is function what are the types of function?
Why pointers are used in c?
What is a macro?
The difference between printf and fprintf is ?
When a c file is executed there are many files that are automatically opened what are they files?
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
What is the use of getchar() function?
What are the advantages of the functions?
Where static variables are stored in c?
What do you mean by dynamic memory allocation in c?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
What is static volatile in c?
What do you mean by a local block?
Why should I use standard library functions instead of writing my own?
What happens if a header file is included twice?