What does void main () mean?
No Answer is Posted For this Question
Be the First to Post Answer
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
sir, i cannot find the way how to write aprogram by using array on queue
write a c program to convert fahrenheit to celsius?
when to use : in c program?
Can we change the value of constant variable in c?
What is the best way to comment out a section of code that contains comments?
write a own function for strstr
What is omp_num_threads?
Explain logical errors? Compare with syntax errors.
how can i calculate mean,median,mode by using c program
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }