"%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

Post New Answer

More C Interview Questions

how many error occurs in C language ?

22 Answers   Infosys, Wipro,


what is ram?

3 Answers   TCS,


What is structure pointer in c?

0 Answers  


what is the difference between const char *p, char const *p, const char* const p

5 Answers   Accenture, Aricent, CTS, Geometric Software, Point Cross, Verizon,


what will be the output of this program main() { int i=1; while (i<=10); { i++; } }

11 Answers  






HOW TO HANDLE EXCEPTIONS IN C

8 Answers  


In C programming, what command or code can be used to determine if a number of odd or even?

0 Answers  


12345 1234 123 12 1

2 Answers  


Explain null pointer.

0 Answers  


What is difference between Structure and Unions?

0 Answers   TISL,


What is data structure in c programming?

0 Answers  


Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We.....Are....Student “ Note: one .=1 Space Output: "We Are Student"

6 Answers   IBM,


Categories