What is else if ladder?
No Answer is Posted For this Question
Be the First to Post Answer
How we can write a value to an address using macro..?
Explain how can I avoid the abort, retry, fail messages?
n=7623 { temp=n/10; result=temp*10+ result; n=n/10 }
FIND THE OUTPUT IF THE INPUT IS 5 5.75 void main() { int i=1; float f=2.25; scanf("%d%f",&i,&f); printf("%d %f",,i,f); } ANSWER IS 5 AND 2.25 WHY?
What are register variables in c?
What are all different types of pointers in c?
What is a constant and types of constants in c?
Write a program to reverse a given number in c language?
#define f(x) main() { printf("\n%d",f(2+2)); }
Explain union. What are its advantages?
Explain what a Binary Search Tree is.
What is formal argument?