"%u" unsigned integer print the
a) address of variable
b) value of variable
c) name of a variable
d) none of the above
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between call by value and call by reference?
5 Answers Genpact, Global Logic, Infosys,
what is c++ programming?
What is the use of ?: Operator?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
i need all types of question paper releted to "c" and other language.
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
"I LOVE MY COUNTRY" write a c program to get "COUNTRY MY LOVE I" as the output. Use any other programming language. It is not mandatory to use C.
11 Answers ABC Infotech, ADP, College School Exams Tests, Kovair,
What is difference between static and global variable in c?
What is the size of enum in bytes?
How to avoid buffer overflow?
What are reserved words?
How to add two numbers without using semicolon at runtime