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
No Answer is Posted For this Question
Be the First to Post Answer
what is op? for(c=0;c=1000;c++) printf("%c",c);
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
prototype of sine function.
how to implement stack work as a queue?
What is a const pointer, and how does it differ from a pointer to a const?
WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c file management?
28 Answers 3D PLM, Code Studio, Deltech, IBM,
What does d mean?
Is it cc or c in a letter?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
Are comments included during the compilation stage and placed in the EXE file as well?
Define VARIABLE?
Write the syntax and purpose of a switch statement in C.