Answer Posted / sashfsjfg
# is a preprocessor it is used tell the current header file
to add some wat needed source code to program it invokes
before main function
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Explain how can you be sure that a program follows the ansi c standard?
What is masking?
What is difference between scanf and gets?
What is const keyword in c?
What is a list in c?
stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What is the process of writing the null pointer?
What is function prototype?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
What is the function of this pointer?
What is the use of sizeof?