"%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
how to set Nth bit of a variable?
Where can I get an ansi-compatible lint?
proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output?
/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*
What are the different types of control structures?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
Write a program to give following output..... ********* **** **** *** *** ** ** * * ** ** *** *** **** **** *********
coding for Fibonacci.?
1 1 12 21 123 321 12344231 how i creat it with for loop??
What is hashing in c language?
What is wild pointer in c with example?
Do pointers need to be initialized?