write c program without semicolon
Answers were Sorted based on User's Feedback
Answer / srikanth
int main()
{
if(printf("hello")
{
}
getch();
}
| Is This Answer Correct ? | 13 Yes | 25 No |
What is operator promotion?
How do I determine whether a character is numeric, alphabetic, and so on?
Write a c program to sort six numbers and find the largest one by using the ladder of if-else? plz do help me
Can math operations be performed on a void pointer?
for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }
Create a simple code fragment that will swap the values of two variables num1 and num2.
write a program that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?
When can a far pointer be used?
Why is conio.h not required when we save a file as .c and use clrscr() or getch() ?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
write a program in c language to print your bio-data on the screen by using functions.
difference between string and array?