Explain what are the standard predefined macros?


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

Post New Answer

More C Interview Questions

Define Array of pointers.

0 Answers  


what is ANSI and ISO

7 Answers   HCL,


1.)how to find d most repeated word in a string? string ="how do you do"?? output should be do

1 Answers   AAS, Nagarro, Vuram,


how i m write c program 1.check prime number 2.prime number series

1 Answers  


#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

0 Answers   Wilco,






Do you know the use of 'auto' keyword?

0 Answers  


c program to arrange digits in a no in ascending and descending order

1 Answers  


If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402

0 Answers  


What are the advantages of c preprocessor?

0 Answers  


What is the difference between fread and fwrite function?

0 Answers  


why programming language C is still used in operating system's kernel??

1 Answers   Wipro,


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

9 Answers   CTS, TCS, Wipro,


Categories