can we print any string without using terminator?
Answer Posted / ashutosh
the format should b like this
void main()
{
if(printf("i luv u deepa")
{
}
}
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
what value is returned to operating system after program execution?
What is a null pointer in c?
What is meant by inheritance?
Write a code to generate a series where the next element is the sum of last k terms.
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
all c language question
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Compare interpreters and compilers.
What is the code for 3 questions and answer check in VisualBasic.Net?
Is main is a keyword in c?
What is a buffer in c?
What are the key features in c programming language?
What is character constants?
What is a volatile keyword in c?
What is difference between Structure and Unions?