What is #line used for?
No Answer is Posted For this Question
Be the First to Post Answer
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
Explain how do you use a pointer to a function?
what are the static variables
8 Answers HCL, iFlex, TCS, Wipro,
marge linklist
What is the use of static variable in c?
long int size a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
18 Answers Acropolis, HCL, Intel, TCS,
What's the difference between struct x1 { ... }; and typedef struct { ... } x2; ?
main() { char *p; p="Hello"; printf("%c\n",*&*p); }
Write a program that takes three variables(a,b,c) in as separate parameters and rotates the values stored so that value a goes to b,b,to c and c to a
write a c program for greatest of three numbers without using if statment
Write a program to interchange two variables without using the third variable?
17 Answers Accenture, College School Exams Tests, Infotech,
WRITE A PROGRAM TO FIND A REVERSE OF TWO NO