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
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
Differentiate between functions getch() and getche().
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
What is structure padding in c?
What is && in c programming?
What is wrong with this statement? Myname = 'robin';
Is it possible to pass an entire structure to functions?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
Hai what is the different types of versions and their differences
What is the method to save data in stack data structure type?
What is the difference between null pointer and wild pointer?
What is difference between structure and union in c?
Tell me with an example the self-referential structure?
a c code by using memory allocation for add ,multiply of sprase matrixes
What is the value of a[3] if integer a[] = {5,4,3,2,1}?