can you change name of main()?how?
Answers were Sorted based on User's Feedback
Answer / sindhu
#define my main()
my()
{
printf("hello frnz");
}
| Is This Answer Correct ? | 14 Yes | 7 No |
Answer / srinivas aro
#deefine m main
m()
{
printf(" max computers ch.pet guntur disrtct A.P");
}
| Is This Answer Correct ? | 12 Yes | 7 No |
Answer / nithya
#define m main
#include<stdio.h>
void m()
{
printf("Hai");
}
| Is This Answer Correct ? | 1 Yes | 1 No |
What is a example of a variable?
why 'c' is called middle level language.
write a c/c++ programthat connects to a MYSQL server and checks if the INNoDB plug in is installed on it.If so your program should print the total number of disk writes by MYSQL.
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
what is recursion in C
Convert the following expression to postfix and prefix (A+B) * (D-C)
How does memset() work in C?
Write a program to print “hello world” without using semicolon?
Explain how do you override a defined macro?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
How can you invoke another program from within a C program?
hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STRUCTURES