What is main () in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the output of the program given below #include<stdio.h> main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); }
21 Answers ADITI, Student, TCS,
Develop a program that computes the new price of an item. The program should receive a character variable colour and a double precision floating-point variable price from the user. Discount rate is determined based on the colour of the discount sticker, as shown in the following table. An error message should be printed if an invalid colour has been entered
Here is a good puzzle: how do you write a program which produces its own source code as output?
Explain what is the use of a semicolon (;) at the end of every program statement?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
what is the difference between normal variables and pointer variables..............
15 Answers HP, Infosys, Satyam, Vivekanand Education Society,
What is maximum size of array in c?
Place the #include statement must be written in the program?
The file stdio.h, what does it contain?
What is 1f in c?
What does 3 mean in texting?
What should malloc(0) do?