When we use void main and int main?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to swap two variables a=5 , b= 10 without using third variable
enum { SUNDAY, MONDAY, TUESDAY, }day; main() { day =20; printf("%d",); getch(); } what will be the output of the above program
Write a program to generate the first n terms in the series --- 9,11,20,31,...,82
write a program to display all prime numbers
logic for x=y^n
Can you please explain the difference between syntax vs logical error?
What does static mean in c?
what is the syallabus of computer science students in group- 1?
Why cann't whole array can be passed to function as value.
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
What is a global variable in c?
Is return a keyword in c?