Answer Posted / reddy
printf("%d");
| Is This Answer Correct ? | 11 Yes | 30 No |
Post New Answer View All Answers
Is there anything like an ifdef for typedefs?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
Why we write conio h in c?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
What is the need of structure in c?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
What is the difference between typedef and #define?
How to write a code for reverse of string without using string functions?
What are near, far and huge pointers?
What is sizeof return in c?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
How do you do dynamic memory allocation in C applications?
What are structure members?
What is memcpy() function?
What are the key features in c programming language?