Not all reserved words are written in lowercase. TRUE or FALSE?
No Answer is Posted For this Question
Be the First to Post Answer
in which language c language is written?
write a program to find out prime number using sieve case?
What is the difference between macros and inline functions?
How to delete a node from linked list w/o using collectons?
write a program to print sum of each row of a 2D array.
What are Macros? What are its advantages and disadvantages?
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?
What does it mean when the linker says that _end is undefined?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
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 ”)
int n=1; while(1) { switch(n) { case 1:printf("a"); n++; continue; case 2:printf("b"); n++; continue; default : printf("c"); break; } break; }