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
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
Write a program of advanced Fibonacci series.
What is a function simple definition?
What is the difference between #include and #include 'file' ?
How do I create a directory? How do I remove a directory (and its contents)?
What is substring in c?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
What is a buffer in c?
What is pre-emptive data structure and explain it with example?
hi, which software companys will take,if d candidate's % is jst 55%?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
What is wild pointer in c?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
How can I split up a string into whitespace-separated fields?