Answer Posted / nashiinformaticssolutions
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
What is the method to save data in stack data structure type?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
What are identifiers and keywords in c?
What is #include stdio h and #include conio h?
How are strings stored in c?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
What is the significance of an algorithm to C programming?
What is "Duff's Device"?
Which built-in library function can be used to match a patter from the string?
What does 4d mean in c?
What is a list in c?