What is the difference between void main and main in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is a stream?
How does variable declaration affect memory?
Write a c program using for loop in switch case?
What language is c written?
sum of two integers values only other then integer it should print invalid input.
What is wrong with this declaration?
what is ans for this scanf(%%d",c);
What are the application of c?
Explain what are run-time errors?
what is the coding of display the factorial of a number using array and function?
What is operator precedence?
WHAT WILL BE OUTPUT OF BELOW CODE . . AND PLEASE EXPLAIN HOW IT COME .. #include<stdio.h> #include<conio.h> void main() { int k=20; printf("%d%d%d%d",k,k++,++k,k); getch(); }