Answer Posted / sachin tyagi
The pre processor run before the compliler
The started statement # is called pre-procrssor command
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the syallabus of computer science students in group- 1?
Can a pointer be null?
Is null a keyword in c?
Do you know the use of 'auto' keyword?
What’s the special use of UNIONS?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
How does selection sort work in c?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
How do I get a null pointer in my programs?
Why header file is used in c?
What is calloc malloc realloc in c?
Can main () be called recursively?
What do header files do?
Write a program to reverse a linked list in c.