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


Please Help Members By Posting Answers For Below Questions

How would you rename a function in C?

599


What is c system32 taskhostw exe?

553


How can I delete a file?

598


When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?

551


What is a #include preprocessor?

597






What is use of integral promotions in c?

633


about c language

1569


A banker has a seif with a cipher. Not to forget the cipher, he wants to write it coded as following: each digit to be replaced with the difference of 9 with the current digit. The banker chose a cipher. Decipher it knowing the cipher starts with a digit different than 9. I need to write a program that takes the cipher from the keyboard and prints the new cipher. I thought of the following: Take the input from the keyboard and put it into a string or an array. Go through the object with a for and for each digit other than the first, substract it from 9 and add it to another variable. Print the new variable. Theoretically I thought of it but I don't know much C. Could you give me any kind of hint, whether I am on the right track or not?

1485


What is difference between && and & in c?

552


main() { printf("hello"); fork(); }

667


What is meant by errors and debugging?

626


Place the #include statement must be written in the program?

535


What is the purpose of scanf() and printf() functions?

682


if p is a string contained in a string?

1384


how is the examination pattern?

1568