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
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
Is null equal to 0 in sql?
What are loops c?
Why is not a pointer null after calling free?
What are the types of data files?
Write the syntax and purpose of a switch statement in C.
Is fortran still used in 2018?
Explain the difference between structs and unions in c?
What is double pointer?
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
Differentiate between the expression “++a” and “a++”?
What is pointer to pointer in c language?
What is c programming structure?
What are the primitive data types in c?
What is the explanation for modular programming?