How to print "I Love My India" without using semi colon?
Answer Posted / shamik
#include<stdio.h>
void main()
{
if(printf("I love my India"))
getch();
}
| Is This Answer Correct ? | 38 Yes | 4 No |
Post New Answer View All Answers
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 a method in c?
What are the advantage of c language?
Can you assign a different address to an array tag?
Can you mix old-style and new-style function syntax?
Why is c so powerful?
Explain which function in c can be used to append a string to another string?
define string ?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
What is atoi and atof in c?
How to Throw some light on the splay trees?
What is the difference between array and pointer?
Why calloc is better than malloc?
Explain what is a const pointer?
What are disadvantages of C language.