Do you know the use of 'auto' keyword?
No Answer is Posted For this Question
Be the First to Post Answer
Explain a pre-processor and its advantages.
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
Is it better to bitshift a value than to multiply by 2?
What is .obj file in c?
What should be keep precautions while using the recursion method?
main() { int i; printf("%d",scanf"%d",&i))//if the input is 12 24 34 then wat will be the output }
write a program to display reverse of a number using for loop?
how do we remove the printed character in printf statement and write next it it
what are the advantages of a macro over a function?
WHAT WILL BE OUTPUT OF BELOW CODE . . AND PLEASE EXPLAIN HOW IT COME .. #include<stdio.h> #include<conio.h> void main() { int k=20; printf("%d%d%d%d",k,k++,++k,k); getch(); }
Explain function?