How does #define work?


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

Post New Answer

More C Interview Questions

I need a sort of an approximate strcmp routine?

0 Answers  


Print the foll in C...eg when n=5 the o/p must b + + + + + + + + + + + + + + + + +

1 Answers  


Explain function pointer with exapmles.

2 Answers  


Write a simple code fragment that will check if a number is positive or negative.

0 Answers  


Is python a c language?

0 Answers  


What does. int *x[](); means ?

0 Answers   Wilco,


write a program to reverse the words in the sentence.NOTE:not reverse the entire string but just the occurance of each word

1 Answers   Sienna Ecad, Wipro,


How can I generate floating-point random numbers?

0 Answers  


Write a c program for sum of first n terms of the series S = 1 - (1/3) + (1/5) -(1/7) + (1/9) ......

2 Answers  


#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }

1 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  


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

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


Categories