What are Storage Classes in C ?
Answer Posted / mayank
COMMAND LINE ARGUMENT IN C:::
THE ARGUMENT THAT WE PASS ON TO MAIN() AT THE COMMAND PROMPT
ARE CALLED COMMAND LINE ARGUMENT .........
| Is This Answer Correct ? | 6 Yes | 13 No |
Post New Answer View All Answers
explain what are actual arguments?
Can i use “int” data type to store the value 32768? Why?
Why pointers are used?
How to Throw some light on the splay trees?
What is the process to create increment and decrement stamen in c?
What is the difference between functions getch() and getche()?
Process by which one bit pattern in to another by bit wise operation is?
what is the basis for selection of arrays or pointers as data structure in a program
Explain 'bus error'?
List the difference between a "copy constructor" and a "assignment operator"?
What are linker error?
how to find binary of number?
while initialization of array why we use a[][2] why not a[2][]...?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
How does free() know explain how much memory to release?