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
Define recursion in c.
Is a pointer a kind of array?
What is build process in c?
What is void pointers in c?
Explain the advantages and disadvantages of macros.
Write a program to show the change in position of a cursor using c
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
In c programming language, how many parameters can be passed to a function ?
What is wrong in this statement? scanf(ā%dā,whatnumber);
Differentiate between a structure and a union.
What is array in C
How would you rename a function in C?
Explain how can I right-justify a string?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
What is && in c programming?