What does c mean in standard form?
Explain how can I make sure that my program is the only one accessing a file?
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 volatile, register definition in C
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
How many main () function we can have in a project?
What is c language & why it is used?
What is function what are the types of function?
What are 3 types of structures?
What is c value paradox explain?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
What are the types of data files?
What are the functions to open and close the file in c language?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
Why we use stdio h in c?