What is header file definition?
No Answer is Posted For this Question
Be the First to Post Answer
What does %c do in c?
wap in c to accept n number display the highest and lowest value
Explain bit masking in c?
can we store values and addresses in the same array? explain
What would be an example of a structure analogous to structure c?
Explain what is the difference between #include and #include 'file' ?
how to swap 2 numbers in a single statement?
explain what is an endless loop?
main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); }
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
Explain what is the general form of a c program?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?