Answer Posted / rama krishna sidhartha
# symbol denotes preprocessor directive in C or C++. It
means that it says the compiler that it containd some
predefined information. Like it mentions any library
included. eg # include stdio.h
| Is This Answer Correct ? | 26 Yes | 2 No |
Post New Answer View All Answers
When was c language developed?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
Why we not create function inside function.
Is there a way to switch on strings?
What is break statement?
How can I list all of the predefined identifiers?
How can I find the modification date of a file?
Can the sizeof operator be used to tell the size of an array passed to a function?
How to set file pointer to beginning c?
Why do we use c for the speed of light?
How reliable are floating-point comparisons?
What is array of structure in c?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.