Why do we need volatile in c?
No Answer is Posted For this Question
Be the First to Post Answer
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }
8 Answers MindFire, TCS, Tech Mahindra,
What does *p++ do?
wat are the two methods for swapping two numbers without using temp variable??
Is c object oriented?
How main function is called in c?
What is the description for syntax errors?
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
print ur name without using any semicolon in c/c++....
21 Answers Bosch, TCS, Wipro,
Why do we need a structure?
Write a program to print the prime numbers from 1 to 100?
write a program to add two numbers of any size.....(remember any size)