What is a keyword?
No Answer is Posted For this Question
Be the First to Post Answer
int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }
What are types of functions?
Explain about the constants which help in debugging?
what is structuer?
Explain the concept and use of type void.
How can I get Single byte from 'int' type variable? Can we alter single bit or multiple bits in int type variable? if so, How?
How do you determine a file’s attributes?
How do I use strcmp?
What are the scope of static variables?
What are the differences between Structures and Arrays?
Explain the meaning of keyword 'extern' in a function declaration.
main() { intx=2,y=6,z=6; x=y=z; printf(%d",x) }
5 Answers Amazon, HCL, Thought Works,