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


Please Help Members By Posting Answers For Below Questions

Explain void pointer?

580


how to create duplicate link list using C???

2055


#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }

705


What is the condition that is applied with ?: Operator?

652


What are the different types of data structures in c?

587






Explain the array representation of a binary tree in C.

712


What is 1d array in c?

590


How does pointer work in c?

604


Which type of language is c?

636


What is the difference between scanf and fscanf?

651


What language is windows 1.0 written?

563


Explain how can you tell whether two strings are the same?

574


Explain what are the different file extensions involved when programming in c?

624


Differentiate between calloc and malloc.

741


How can I handle floating-point exceptions gracefully?

617