What is the purpose of scanf() and printf() functions?
No Answer is Posted For this Question
Be the First to Post Answer
What is "Duff's Device"?
write a program to display the numbers having digit 9 in the given range from 1 to 100
how to sort two array of characters and make a new array of characters.
How can I avoid the abort, retry, fail messages?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
Is struct oop?
regarding pointers concept
Explain Function Pointer?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
#define swap1(a,b) a=a+b;b=a-b;a=a-b; main() { int x=5,y=10; swap1(x,y); printf("%d %d\n",x,y); swap2(x,y); printf("%d %d\n",x,y); } int swap2(int a,int b) { int temp; temp=a; b=a; a=temp; return; } what are the outputs?
i got 75% in all semester am i eligible for your company
What is header file definition?