Not all reserved words are written in lowercase. TRUE or FALSE?


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

Post New Answer

More C Interview Questions

in which language c language is written?

2 Answers  


write a program to find out prime number using sieve case?

0 Answers   HCL,


What is the difference between macros and inline functions?

5 Answers   Global Edge, L&T,


How to delete a node from linked list w/o using collectons?

0 Answers   Zycus Infotech,


write a program to print sum of each row of a 2D array.

4 Answers  






What are Macros? What are its advantages and disadvantages?

0 Answers   TCS,


what are you see during placement time in the student.

0 Answers   Goldman Sachs, TCS, Tech Solutions,


Why data types in all programming languages have some range? Why ritche have disigned first time likethat?Why not a single data type can support all other types?

2 Answers   Excel,


What does it mean when the linker says that _end is undefined?

0 Answers  


please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code

0 Answers   Mind Tree,


1. Write a C program to count the number of occurrence of a specific word in the given strings. (for e.g. Find how many times the word “live” comes in the sentence “Dream as if you’ll live forever, live as if you’ll die today ”)

12 Answers   Eskom, TCS,


int n=1; while(1) { switch(n) { case 1:printf("a"); n++; continue; case 2:printf("b"); n++; continue; default : printf("c"); break; } break; }

1 Answers  


Categories