What are reserved words?


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

Post New Answer

More C Interview Questions

Why shouldn’t I start variable names with underscores?

0 Answers  


void main() { int x=25,y=32; clrscr(); x=x++ + y++; y=++x + ++y; printf("%d%d",x,y); }

5 Answers  


write a “Hello World” program in “c” without using a semicolon?

9 Answers   CTS, TCS, Wipro,


What is the difference between c &c++?

0 Answers  


A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor

0 Answers  






Why main is not a keyword in c?

0 Answers  


What are Macros? What are its advantages and disadvantages?

0 Answers   TCS,


Can a pointer be static?

0 Answers  


What is the purpose of sprintf?

0 Answers  


What are the back slash character constants or escape sequence charactersavailable in c?

0 Answers  


write a c programme for add of two numbers with out use of arthematic operators

2 Answers  


What kind of structure is a house?

0 Answers  


Categories