main()
{
int i=400,j=300;
printf("%d..%d");
}
Answer Posted / shanky
it will give error
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
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.
Explain bit masking in c?
Difference between goto, long jmp() and setjmp()?
Differentiate between null and void pointers.
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
diff between exptected result and requirement?
What is the function of volatile in c language?
How can I write a function analogous to scanf?
What is the benefit of using const for declaring constants?
What is the difference between call by value and call by reference in c?
What is the difference between struct and typedef struct in c?
Differentiate between a for loop and a while loop? What are it uses?
difference between Low, Middle, High Level languages in c ?
What is structure and union in c?