c program to print a name without using semicolon

Answer Posted / rajesh dixit

#include<stdio.h>
#include<coio.h>
void main()
{
if(printf("rajesh dixit"))
{
}
getch();
}

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why cant I open a file by its explicit path?

818


Can static variables be declared in a header file?

830


Difference between exit() and _exit() function?

896


write a program to print largest number of each row of a 2D array

2099


Why do some versions of toupper act strangely if given an upper-case letter?

848


What is the difference between printf and scanf )?

805


1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if

4228


What is structure in c definition?

798


Is there any possibility to create customized header file with c programming language?

838


Explain what is meant by high-order and low-order bytes?

843


In a switch statement, explain what will happen if a break statement is omitted?

834


Explain what is a const pointer?

847


What is the general form of function in c?

803


What are the types of variables in c?

783


Explain how can I remove the trailing spaces from a string?

825