Answer Posted / raavi.swami
#include<stdio.h>
#define begin main
void begin()
{
printf("Hello");
}
Is This Answer Correct ? | 27 Yes | 2 No |
Post New Answer View All Answers
Explain logical errors? Compare with syntax errors.
Can variables be declared anywhere in c?
What is a program flowchart?
What does calloc stand for?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
What is the sizeof () operator?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
What is the role of this pointer?
What is a string?
What does the format %10.2 mean when included in a printf statement?
How can I find out if there are characters available for reading?
which type of aspect you want from the student.
Where in memory are my variables stored?
Write a function that will take in a phone number and output all possible alphabetical combinations
Why c is procedure oriented?