Answer Posted / glibwaresoftsolutions
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 difference between arrays and pointers?
hi send me sample aptitude papers of cts?
Why C language is a procedural language?
Why c is procedure oriented?
Write a program to swap two numbers without using third variable in c?
What are the different file extensions involved when programming in C?
What is %s and %d in c?
What is meant by errors and debugging?
What are examples of structures?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
How do you define CONSTANT in C?
What is null pointer in c?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?