can we print any string in c language without using
semicolon(;)(terminator) in whole program.

Answer Posted / abhradeep chatterjee

#include<stdio.h>
void main()
{
if(printf("Hello")){}
}
this is the correct answer.

Is This Answer Correct ?    22 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

code for find determinent of amatrix

1505


What is the stack in c?

709


What would happen to X in this expression: X += 15; (assuming the value of X is 5)

1284


Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given

2501


What are the 4 types of programming language?

572






Why is sizeof () an operator and not a function?

568


How can you determine the size of an allocated portion of memory?

732


What does the function toupper() do?

643


What happens if a header file is included twice?

578


In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none

700


How does pointer work in c?

606


What is realloc in c?

571


What is boolean in c?

596


what is the significance of static storage class specifier?

1650


What are the 4 data types?

585