write a program without using main function?
Answers were Sorted based on User's Feedback
Answer / raavi.swami
#include<stdio.h>
#define begin main
void begin()
{
printf("Hello");
}
| Is This Answer Correct ? | 27 Yes | 2 No |
Answer / siva koratani
#include<stdio.h>
#define begin m##a##i##n
void begin()
{
printf("Hello");
}
| Is This Answer Correct ? | 7 Yes | 2 No |
program that accepts amount in figures and print that in words
2 Answers Infosys, Lovely Professional University, Wipro,
main() { printf("hello%d",print("QUARK test?")); }
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
plz answer....A program that takes 3 variables e.g a,b,c in as seperate parameters and rotates the values stored so that value goes a to b, b to c and c to a .
Ow can I insert or delete a line (or record) in the middle of a file?
How does #define work?
f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?
How main function is called in c?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
Write a C program to check a number even or odd, without using any relational, arithmetic operator and any loops.
What is s in c?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.