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
Why cant I open a file by its explicit path?
Can static variables be declared in a header file?
Difference between exit() and _exit() function?
write a program to print largest number of each row of a 2D array
Why do some versions of toupper act strangely if given an upper-case letter?
What is the difference between printf and scanf )?
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
What is structure in c definition?
Is there any possibility to create customized header file with c programming language?
Explain what is meant by high-order and low-order bytes?
In a switch statement, explain what will happen if a break statement is omitted?
Explain what is a const pointer?
What is the general form of function in c?
What are the types of variables in c?
Explain how can I remove the trailing spaces from a string?