Answer Posted / sujith
Another use is for token pasting if used as ##
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are local static variables?
how do you programme Carrier Sense Multiple Access
What is the best way to store flag values in a program?
What is structure pointer in c?
all c language question
Is fortran still used today?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
What do you mean by keywords in c?
What is f'n in math?
What does p mean in physics?
Without Computer networks, Computers will be half the use. Comment.
What are the various types of control structures in programming?
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
What is a pointer value and address in c?
write a program to find out prime number using sieve case?