write c program without semicolon

Answer Posted / s.venmathi

#include<stdio.h>
#include<conio.h>
void main()
{
if(printf("HELLO"))
{
}
}

Is This Answer Correct ?    20 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......

1988


What is non linear data structure in c?

799


How does #define work?

867


regarding pointers concept

1827


A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers

897


What is pragma c?

868


Explain continue keyword in c

800


Can a void pointer point to a function?

792


How do I get an accurate error status return from system on ms-dos?

893


What is far pointer in c?

1028


What is a pointer in c?

1034


Should I learn c before c++?

997


How to implement a packet in C

2640


What is difference between main and void main?

881


What are extern variables in c?

778