Why we use void main in c?
No Answer is Posted For this Question
Be the First to Post Answer
Can I initialize unions?
write a c program to print "Welcome" without using semicolon in the whole program ??
write a program to remove duplicate from an ordered char array? in c
What is a lvalue
How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran
There is a 100-story building and you are given two eggs. The eggs (and the building) have an interesting property that if you throw the egg from a floor number less than X, it will not break. And it will always brake if the floor number is equal or greater than X. Assuming that you can reuse the eggs which didn't broke; you got to find X in a minimal number of throws. Give an algorithm to find X in minimal number of throws.
Explain what is wrong with this program statement? Void = 10;
Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....
What is a pointer in c plus plus?
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none
Does c have function or method?
What are the functions to open and close the file in c language?