Answer Posted / hemanthkumar
prinf("%""d");
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
How can you allocate arrays or structures bigger than 64K?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
how can f be used for both float and double arguments in printf? Are not they different types?
What does %c do in c?
c program for searching a student details among 10 student details
Explain the properties of union. What is the size of a union variable
What is maximum size of array in c?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
Explain how do you use a pointer to a function?
Explain what is wrong with this program statement? Void = 10;
What is the advantage of using #define to declare a constant?
Where local variables are stored in c?
Explain how are portions of a program disabled in demo versions?
diff between exptected result and requirement?