What is the size of array float a(10)?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of volatile?
If the size of int data type is two bytes, what is the range of signed int data type?
if ENTERED FIVE DIGITS DESIGN A PROGRAM THAT WILL FIND CORRESPONDING VALUE FROM ASCII TABLE
main() { char as[] = "\\0\0"; int i = 0; do{ switch( as[i++]) {case '\\' : printf("A"); break; case 0 : printf("B"); break; default : printf("C"); break; }} while(i<3); }
4 Answers Vector, Vector India,
What is a void pointer? When is a void pointer used?
C passes By value or By reference?
5 Answers Geometric Software, Infosys,
how to use showbits function?
64/square(4)
Explain what is the advantage of a random access file?
What is the advantage of a random access file?
Please write me a program to print the first 50 prime numbers (NOT between the range 1 -50)
What is the significance of scope resolution operator?
0 Answers Agilent, ZS Associates,