What is the mean of function?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to add the following ¼+2/4+3/4+5/3+6/3+... (Like up to any 12 no.s)
Explain what are global variables and explain how do you declare them?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
wat is the meaning of c?
can v write main() { main(); } Is it true?
What is #pragma statements?
what is c programing
hi, which software companys will take,if d candidate's % is jst 55%?
can we declare a variable in different scopes with different data types? answer in detail
What will be the result of the following program? main() { char p[]="String"; int x=0; if(p=="String") { printf("Pass 1"); if(p[sizeof(p)-2]=='g') printf("Pass 2"); else printf("Fail 2"); } else { printf("Fail 1"); if(p[sizeof(p)-2]=='g') printf("Pass 2"); else printf("Fail 2"); } } a) Pass 1, Pass 2 b) Fail 1, Fail 2 c) Pass 1, Fail 2 d) Fail 1, Pass 2 e) syntax error during compilation
What are the different types of pointers used in c language?
what is inline function?