What is a structure in c language. how to initialise a structure in c?
No Answer is Posted For this Question
Be the First to Post Answer
How are 16- and 32-bit numbers stored?
Where are the auto variables stored?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
write a program to copy a string without using a string?
How can you be sure that a program follows the ANSI C standard?
How can you dynamically allocate memory in C?
show how link list can be used to repersent the following polynomial i) 5x+2
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
What is "Duff's Device"?
Explain output of printf("Hello World"-'A'+'B'); ?
what is a function pointer and how all to declare ,define and implement it ???
Why clrscr is used after variable declaration?