Answer Posted / vijay mundra
Keyword are some reserved word that are used in programming
for their pre defined actions..
| Is This Answer Correct ? | 22 Yes | 2 No |
Post New Answer View All Answers
What are identifiers in c?
What are header files and explain what are its uses in c programming?
Do you know the purpose of 'register' keyword?
Here is a good puzzle: how do you write a program which produces its own source code as output?
If the size of int data type is two bytes, what is the range of signed int data type?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
Where define directive used?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
Can you please explain the scope of static variables?
What is storage class?
Compare array data type to pointer data type
Why are all header files not declared in every c program?
What are conditional operators in C?
Why we use conio h in c?