What is difference between main and void main?
No Answer is Posted For this Question
Be the First to Post Answer
how to find the size of the data type like int,float without using the sizeof operator?
what is the use of macro program
Difference between malloc() and calloc() function?
main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }
22 Answers NDS, TCS,
What is array in c with example?
to get a line of text and count the number of vowels in it
suppose we use switch statement and we intilize years name using enum statement like(jan,feb,mar,------dec) we take integer value as an input .question is that the month which we analyz is from 0 to 11 bt if i enter 12 than how he again starts from begning and print jan
How is pointer initialized in c?
What are type modifiers in c?
Differentiate between the expression “++a” and “a++”?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
What is advantage of pointer in c?