Answer Posted / mahendra giri
We can compile program after writing code by pressing short
key Alt+F9 or by going on the menu compile->compile
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
What is the process to generate random numbers in c programming language?
What are pragmas and what are they good for?
Write a program to reverse a string.
How can a string be converted to a number?
Where local variables are stored in c?
What does %2f mean in c?
c program to compute AREA under integral
What is main () in c language?
What do you mean by a local block?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
Is it fine to write void main () or main () in c?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
How would you obtain the current time and difference between two times?