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

Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

1765


the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset

637


Do string constants represent numerical values?

918


What is the right type to use for boolean values in c?

580


Explain the difference between the local variable and global variable in c?

598






What is structure padding in c?

621


What is a pointer in c plus plus?

690


What is calloc()?

625


What kind of structure is a house?

551


Is void a keyword in c?

572


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

1881


Explain how can I manipulate strings of multibyte characters?

778


What is nested structure?

569


Why c is called procedure oriented language?

577


What is scanf () in c?

658