What does d mean?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what does the format %10.2 mean when included in a printf statement?
How do you print an address?
Explain about the constants which help in debugging?
How are 16- and 32-bit numbers stored?
/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
what is level of tree if leaf node is at level 4.please explain.
What are the various types of control structures in programming?
write a program in C to swap two variables
what does keyword ‘extern’ mean in a function declaration?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
design and implement a program that reads floating-points numbers in a sentinel-controlled loop until the user terminates the program by entering zero.your program should determinate and print the smallest,largest and average of the supplied numbers.