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
Wt are the Buses in C Language
What is the purpose of 'register' keyword?
Explain threaded binary trees?
Explain the ternary tree?
What is the sizeof () a pointer?
What does #pragma once mean?
What are identifiers c?
How can you access memory located at a certain address?
What is the function of multilevel pointer in c?
What is the difference between typedef and #define?
What is methods in c?
Write a program to reverse a given number in c language?
What is #define in c?
What is malloc return c?
What is .obj file in c?