What is the purpose of the preprocessor directive error?


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

Post New Answer

More C Interview Questions

What is memcpy() function?

0 Answers  


Can math operations be performed on a void pointer?

0 Answers  


main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }

11 Answers   HCL, Vector, Vector India, Vector Solutions, Wipro,


What are the disadvantages of a shell structure?

0 Answers  


What are directives in c?

0 Answers  






Write a code to generate divisors of an integer?

0 Answers   Ericsson,


Are there any problems with performing mathematical operations on different variable types?

0 Answers  


print the following using nested for loop. 5 4 3 2 1 1 2 3 4 3 2 1 1 2 1 2 1 1 2 3 4 3 2 1 1 2 3 4 5

7 Answers   IBM,


implement NAND gate logic in C code without using any bitwise operatior.

4 Answers   Alcatel,


Distinguish between actual and formal arguments.

0 Answers  


name the language for writing c compiler?

3 Answers   Microsoft,


consider the following C code main() { int i=3,x; while(i>0) { x=func(i); i--; } int func(int n) { static sum=0; sum=sum+n; return(sum); } the final value of x is

4 Answers   TCS,


Categories