What is volatile variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what does a function declared as pascal do differently?
explain about storage of union elements.
write program on arrays
In a switch statement, explain what will happen if a break statement is omitted?
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,
Why is structure padding done in c?
How to use c/c++ code in JAVA
10 Answers CDAC, IBM, Satyam, Scope International,
Write a C program in Fibonacci series.
What is meant by high-order and low-order bytes?
what is a c-language.what is do.
What is the difference between local variable and global variable in c?
how to print 2-D array using a single for loop?
2 Answers Mind Tree, TCS, Value Labs,