Explain how can I write functions that take a variable number of arguments?
Is main() function predfined or userdefined?
regarding pointers concept
What is Generic pointer? What is the purpose of Generic pointer? Where it is used?
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
When c language was developed?
1. main() { printf("%d",printf("HelloSoft")); } Output?
What is meaning of "Void main" in C Language.
24 Answers Ford, GU, HCL, IBIBS, JUW, TCS,
What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf("%d",x); }
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
Explain how does free() know explain how much memory to release?
How can I invoke another program or command and trap its output?
What is the difference between getch() and getche()?