What is pragma c?
No Answer is Posted For this Question
Be the First to Post Answer
int a=2,b=3,c=4; printf("a=%d,b=%d\n",a,b,c); what is the o/p?
What does a function declared as pascal do differently?
Explain pointer. What are function pointers in C?
What is time null in c?
Explain function?
how to find out the union of two character arrays?
what is the difference between normal variables and pointer variables..............
15 Answers HP, Infosys, Satyam, Vivekanand Education Society,
What is C language Terminator?
What is an auto variable in c?
Explain enumerated types in c language?
What is the best way to comment out a section of code that contains comments?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34