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
What is logical error?
Can we access the array using a pointer in c language?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
Explain what are the advantages and disadvantages of a heap?
Why can’t we compare structures?
Why is %d used in c?
What are the types of functions in c?
What is pointers in c?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
What is pointer to pointer in c with example?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
How many types of sorting are there in c?
Compare interpreters and compilers.