Answer Posted / hr@tgksolutions.com
int: Stores integer values (e.g., 1, -10).
float: Stores floating-point numbers (e.g., 3.14, -2.7).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what is a program flowchart and explain how does it help in writing a program?
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 memcpy and memmove?
What are the advantages of using Unions?
What is difference between union and structure in c?
How to Throw some light on the splay trees?
praagnovation
What is d'n in c?
Explain logical errors? Compare with syntax errors.
What is non linear data structure in c?
Is c is a procedural language?
Explain how do you view the path?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
FILE PROGRAMMING
What is the purpose of sprintf?