Answer Posted / guest
after writing entire code first compile the program using
alt+F9.Then look at the errors and warnings ,after all the
errors and warnings are rectified u can run the program by
ctrl+F9.to watch the output go through the key alt+F5.
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
What is 1d array in c?
Can you think of a logic behind the game minesweeper.
I have a varargs function which accepts a float parameter?
Explain function?
stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
What is malloc() function?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
What does the function toupper() do?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
C program to find all possible outcomes of a dice?
What is the process to generate random numbers in c programming language?
Find MAXIMUM of three distinct integers using a single C statement
Which is better oop or procedural?
How can I invoke another program or command and trap its output?
What are integer variable, floating-point variable and character variable?