Is null a keyword in c?


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

Post New Answer

More C Interview Questions

What are the 4 types of programming language?

0 Answers  


When should the register modifier be used? Does it really help?

0 Answers  


what is computer

4 Answers  


main() { FILE *fs; char c[10]; fs = fopen(“source.txt”, ”r”); /* source.txt exists and contains “Vector Institute” */ fseek(fs,0,SEEK_END); fseek(fs,-3L,SEEK_CUR); fgets(c,5,fs); puts(c); }

1 Answers   Vector,


Why is sizeof () an operator and not a function?

0 Answers  






What are keywords c?

0 Answers  


What is volatile keyword in c?

0 Answers  


what is answer for perfect number????????????????

1 Answers  


Explain the use of keyword 'register' with respect to variables.

0 Answers  


what is difference between getchar,putchar functions and printf and scanf function? does putchar show output only when input given to it

5 Answers   DIT,


WRITE A PROGRAM IN C TO MULTIPLY TWO 2-D ARRAYS

4 Answers  


Why use int main instead of void main?

0 Answers  


Categories