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
Can you add pointers together? Why would you?
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
how do you execute a c program in unix.
what is use of malloc and calloc?
Explain what are the __date__ and __time__ preprocessor commands?
simple program of graphics and their output display
What is difference between && and & in c?
How can I call fortran?
how to capitalise first letter of each word in a given string?
What is the benefit of using #define to declare a constant?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
Can i use “int” data type to store the value 32768? Why?
Define and explain about ! Operator?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
Which header file is essential for using strcmp function?