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 generate prime factors of a given integer?
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
why Language C is plateform dependent
what is an ERP?
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 5 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
application attempts to perform an operation?
write a program in 'c' to find the value of p[i+1]^n.p,i,n are arguments of a macro and n is a integer
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
What is the general form of function in c?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
Do you know the difference between exit() and _exit() function in c?