Explain why C language is procedural?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
What is %lu in c?
Explain the meaning of keyword 'extern' in a function declaration.
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?
Difference between null pointer and dangling pointer?
Expand the following LKB BKL FFG
What is the sizeof () a pointer?
What does extern mean in a function declaration?
What is difference between stdio h and conio h?
What is the difference between exit() and _exit()?
Why we use break in c?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a<b,printb.find the sum digits of that number & then print.if a==b multiply 10 with a & add 20 with b store in c and then print