question-how to run a c programme.

Answer Posted / lucky varshney

press ctrl+f9

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What's the difference between constant char *p and char * constant p?

657


Explain the use of #pragma exit?

699


Place the #include statement must be written in the program?

573


Explain what is the benefit of using #define to declare a constant?

610


How can you tell whether a program was compiled using c versus c++?

619






What is sizeof int in c?

604


What is class and object in c?

589


write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)

1627


Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.

1570


Which driver is a pure java driver

993


Do pointers store the address of value or the actual value of a variable?

610


what will be the output for the following main() { printf("hi" "hello"); }

9332


What is time null in c?

583


Why c is called procedure oriented language?

579


Can we declare function inside main?

570