Explain c preprocessor?
No Answer is Posted For this Question
Be the First to Post Answer
What is c language in simple words?
How can I generate floating-point random numbers?
write a c program to check weather a particluar bit is set or not?
What is getch() function?
write a program which counts a product of array elements lower than 10.
main() { struct test { char c; int i; char m; } t1; printf("%d %d\n", sizeof(t1), sizeof(t1.c)); }
1 Answers Vector, Vector India,
Which of the following about the C comments is incorrect ? a.commentscan go over multiple lines b.comments can start any where in the line c.a line can contain comments with out any language statements d.comments can occur within comments
how to print value of e(exp1)up to required no of digits after decimal?
what is the basis for selection of arrays or pointers as data structure in a program
why we are using semicolon at the end of printh statment
what is a constant pointer in C
How to set a variable in the environment list?