What is static volatile in c?
No Answer is Posted For this Question
Be the First to Post Answer
application attempts to perform an operation?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
can we have joblib in a proc ?
Why should I prototype a function?
What is the result main() { char c=-64; int i=-32 unsigned int u =-16; if(c>i){ printf("pass1,"); if(c<u) printf("pass2"); else printf("Fail2");} else printf("Fail1); if(i<u) printf("pass2"); else printf("Fail2") } a)Pass1,Pass2 b)Pass1,Fail2 c)Fail1,Pass2 d)Fail1,Fail2 e)none
What is the difference between c &c++?
Why header files are used?
Are bit fields portable?
What are different types of pointers?
Explain what are binary trees?
logic for x=y^n
write a program to print the all 4digits numbers & whose squares must me even numbers?