How to write a multi-statement macro?


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

Post New Answer

More C Interview Questions

What will the preprocessor do for a program?

0 Answers   Aspire, Infogain,


what is the difference between embedded c and turbo c ?

1 Answers  


Which header file is used for clrscr?

0 Answers  


what is the difference between entry control and exit control statement?

12 Answers   Darbari Lal DAV Model School,


What is printf () in c?

0 Answers  






int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?

3 Answers  


What is pointer to pointer in c?

0 Answers  


Explain what are the standard predefined macros?

0 Answers  


Write a program to find the number of times that a given word(i.e. a short string) occurs in a sentence (i.e. a long string!). Read data from standard input. The first line is a single word, which is followed by general text on the second line. Read both up to a newline character, and insert a terminating null before processing. Typical output should be: The word is "the". The sentence is "the cat sat on the mat". The word occurs 2 times.

0 Answers  


Define Array of pointers.

0 Answers  


code for copying two strings with out strcpy() function.

6 Answers  


What does char * * argv mean in c?

0 Answers  


Categories