Explain the properties of union.
No Answer is Posted For this Question
Be the First to Post Answer
What is the maximum length of an identifier?
How to declare pointer variables?
what information does the header files contain?
6 Answers BSNL, Cisco, GDA Technologies,
What is the meaning of c in c language?
What are logical errors and how does it differ from syntax errors?
how the compiler treats any volatile variable?Explain with example.
What is structure packing ?
logic for generating all the combinations of the any number of given letters. ex::::::::: if a,b,c,d are given the o/p should be abcd,dcba,dbac,bcad,................ 4*3*2*1 combinations............
main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?
7 Answers AMCAT, HCL, Ramco, Zycus Infotech,
64/square(4)
Write a program to compute the following 1!+2!+...n!
What does stand for?