print ur name without using any semicolon in c/c++....

Answer Posted / madhu

This is the correct answer,
Question is without using semicolon,

#include<stdio.h>
int main()
{
if(printf("Madhu"))
{
}
}

Is This Answer Correct ?    87 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When should the const modifier be used?

865


A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM

1916


What is function definition in c?

791


Explain how do you print only part of a string?

932


diff between exptected result and requirement?

1813


What is difference between constant pointer and constant variable?

928


What does sizeof return c?

814


How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?

798


Is it possible to use curly brackets ({}) to enclose single line code in c program?

1061


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.

2165


How can type-insensitive macros be created?

926


What is c mainly used for?

824


Explain union. What are its advantages?

825


What does calloc stand for?

852


What is the scope of static variable in c?

728