what is a function method?give example?
No Answer is Posted For this Question
Be the First to Post Answer
Explain bitwise shift operators?
Give the Output : * * * * * * * * * *
What is a macro, and explain how do you use it?
Find greatest of two numbers using macro
What is scope rule in c?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
What is the size of enum in bytes?
Where static variables are stored in c?
will u give me old quesrion papers for aptitude for L & t info tech?
What is c token?
enum { SUNDAY, MONDAY, TUESDAY, }day; main() { day =20; printf("%d",); getch(); } what will be the output of the above program
Write a C program where input is: "My name is xyz". output is: "xyz is name My".