What are types of preprocessor in c?


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

Post New Answer

More C Interview Questions

1.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision

9 Answers   HCL, Qualcomm,


Explain what will the preprocessor do for a program?

0 Answers  


Explain what are bus errors, memory faults, and core dumps?

0 Answers  


What is the difference between null pointer and wild pointer?

0 Answers  


What is call by reference in functions?

1 Answers  






Write a program to swap two numbers without using third variable?

0 Answers  


Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....

2 Answers  


how can we use static and extern?and where can we use this?

3 Answers   Excel,


main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }

22 Answers   NDS, TCS,


what type of language is C?

13 Answers   Microsoft,


What is dynamic dispatch in c++?

0 Answers  


What is clrscr ()?

0 Answers  


Categories