What are structure members?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Where local variables are stored in c?

0 Answers  


a simple program in c language

5 Answers   IBM,


Explain the use of 'auto' keyword in c programming?

0 Answers  


How to print "Hi World" without using semi colon?

6 Answers   Infosys,


#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); }

0 Answers   Wilco,






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

0 Answers  


What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value

3 Answers   Accenture, Wipro,


what is diognisis?

1 Answers  


Is main a keyword in c?

0 Answers  


Is c programming hard?

0 Answers  


Name the language in which the compiler of "c" in written?

3 Answers   Bajaj,


print the palindrome numbers in between 0 to n

1 Answers  


Categories