main()
{
printf(5+"Vidyarthi Computers");
}

Answer Posted / shruti

arthi computers..


i think 5 characters is 0 - 5 and not 1- 5...

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differentiate between a structure and a union.

756


What is the difference between union and anonymous union?

829


Write a program to print numbers from 1 to 100 without using loop in c?

631


Apart from dennis ritchie who the other person who contributed in design of c language.

801


What are comments and how do you insert it in a C program?

732






What is clrscr in c?

665


write a program to find out prime number using sieve case?

1629


Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.

1612


What are different types of pointers?

556


What is a ternary operator in c?

646


What is a void pointer? When is a void pointer used?

614


What is use of integral promotions in c?

658


How is a null pointer different from a dangling pointer?

550


typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none

703


What are the differences between new and malloc in C?

602