if a is an integer variable, a=5/2; will return a value
a) 2.5
b) 3
c) 2
d) 0
No Answer is Posted For this Question
Be the First to Post Answer
What are pragmas and what are they good for?
What are the Advantages of using macro
Explain what are run-time errors?
what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }
Find the O/p of the following struct node { char *name; int num; }; int main() { struct node s1={"Harry",1331}; struct node s2=s1; if(s1==s2) printf("Same"); else printf("Diff"); }
When can a far pointer be used?
what is mean by Garbage collection ? Please answer me. Advance thanks.
What is the purpose of realloc()?
largest Of three Number using without if condition?
How can we allocate array or structure bigger than 64kb?
Why functions are used in c?
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); }
11 Answers CISOC, CitiGroup, College School Exams Tests,