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

What is a pointer in c?

0 Answers  


If input is 123 then how to print 100 and 20 and 3 seperately?

4 Answers  


what is structuer?

4 Answers   LG Soft, Wipro,


Is c programming hard?

0 Answers  


what is difference between declaring the pointer as int and char in c language?

3 Answers  






we all know about the function overloading concept used in C++ and we all learnt abt that.... but that concept is already came in C in a very smaller propotion ... my question is IN WHICH CONCEPT THERE IS A USE OF FUNCTION OVERLOADING IS USED in C language?????????????

4 Answers   Google,


main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }

8 Answers   Vector,


What does extern mean in a function declaration?

4 Answers  


Is there any book to know about Basics of C Language?

4 Answers  


Hi Every one......... Please Any body give me the answer for my question. Is it possible to print the word "PRINT F", without using printf() statement in C-Language.

4 Answers  


DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?

2 Answers   Wipro,


Write a program for deleting duplicate elements in an array

3 Answers   Subex,


Categories