What does %f mean c?
Answer / amit
%f mean in C is that it is a format specifier of float data type which store decimal value up to 4 bit ,simply it indicate data type
| Is This Answer Correct ? | 0 Yes | 0 No |
How can I read/write structures from/to data files?
What is the use of sizeof () in c?
What are the 4 types of unions?
Explain two-dimensional array.
What are the concepts introduced in OOPs?
What is the Purpose of 'extern' keyword in a function declaration?
i want to job in your company, so how it will be possible.
What do you mean by dynamic memory allocation in c? What functions are used?
what is the output of the program and explain why?? #include<stdio.h> void main ( ) { int k=4,j=0: switch (k) { case 3; j=300; case 4: j=400: case 5: j=500; } printf (ā%d\nā,j); }
what's the return value of malloc()
Write a program to print all the prime numbers with in the given range
8 Answers ABC, College School Exams Tests, TCS,
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,