What is ## preprocessor operator in c?


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

Post New Answer

More C Interview Questions

write a program in c to print **** * * * * ****

1 Answers   TCS,


What is the purpose of the fflush() function in C?

2 Answers  


how to find out the inorder successor of a node in a tree??

2 Answers   TCS, Yahoo,


What are different types of variables in c?

0 Answers  


Difference Between embedded software and soft ware?

1 Answers   Bosch,


Identify the correct argument for the function call fflush () in ANSI C: A)stdout B)stdin C)stderr D)All the above

5 Answers   Accenture, TCS,


1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?

1 Answers  


Explain how do I determine whether a character is numeric, alphabetic, and so on?

0 Answers  


Explain how can type-insensitive macros be created?

0 Answers  


difference between semaphores and mutex?

1 Answers  


main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }

6 Answers  


Why isn't it being handled properly?

0 Answers  


Categories