Can you think of a logic behind the game minesweeper.
No Answer is Posted For this Question
Be the First to Post Answer
What is huge pointer in c?
without a terminator how can we print a message in a printf () function.
How to declare pointer variables?
Where we use clrscr in c?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
Explain the difference between fopen() and freopen().
#define DCHAR char* typedef char* TCHAR; if using these following variables will be declared like DCHAR ch1, ch2; TCHAR ch3, ch4; then what will be types of ch1, ch2, ch3 and ch4?
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
Dear Sir, we are required the bubble sorting programs Regs Prem
Without using main fn and semicolon,print remainder for a given number in C language
How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include<stdio.h>...