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
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
Explain how do you sort filenames in a directory?
what do u mean by Direct access files? then can u explain about Direct Access Files?
What is meant by realloc()?
What are the advantages of using Unions?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
What are the advantages of external class?
#include
What is the difference between functions abs() and fabs()?
can any one tel me wt is the question pattern for NIC exam
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
How can I write a function analogous to scanf?
Are comments included during the compilation stage and placed in the EXE file as well?
List some basic data types in c?
What is wrong with this program statement?