What is meant by keywords in c?


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

Post New Answer

More C Interview Questions

What is the Purpose of 'extern' keyword in a function declaration?

0 Answers  


What is the use of f in c?

0 Answers  


name the language for writing c compiler?

3 Answers   Microsoft,


how we can make 3d venturing graphics on outer interface

1 Answers   Microsoft,


Explain what are global variables and explain how do you declare them?

0 Answers  






what is software?

7 Answers   Wipro,


What is the use of function in c?

0 Answers  


main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none

0 Answers  


what is a non volatile key word in c language?

1 Answers  


What is unary operator?

0 Answers  


How can I discover how many arguments a function was actually called with?

0 Answers  


WRITE A PROGRAM TO PRINT THE FOLLOWING OUTPUTS USING FOR LOOPS. A) * B) ***** *** * * ***** * * *****

2 Answers  


Categories