Why do we use int main instead of void main in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between structure and union with example?
What is a segmentation fault?
what is the use of keyword volatile??
Why void is used in c?
write a program that will read the temperature in Celsius and convert that into Fahrenheit.
How can you read a directory in a C program?
What is difference between function overloading and operator overloading?
Find string palindrome 10marks
5 Answers Honeywell, Infosys, Riktam, Roland,
main() { char p[] = "hello world!"; p = "vector"; printf("%s",p); }
2 Answers Vector, Vector India,
What are structure types in C?
write a program structure to find average of given number
How to write the code of the program to swap two numbers with in one statement?