Answer Posted / pinkey
yaa i think the terminator of c language is semicolon and
curly braces {}.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How is a null pointer different from a dangling pointer?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
what is the different bitween abap and abap-hr?
Why array is used in c?
Can a pointer be static?
How can I find out if there are characters available for reading?
Who is the founder of c language?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
Why doesn't C support function overloading?
What is the use of #define preprocessor in c?
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.
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.
What is calloc()?
Explain the difference between call by value and call by reference in c language?
Why are all header files not declared in every c program?