Can you think of a logic behind the game minesweeper.
No Answer is Posted For this Question
Be the First to Post Answer
Explain #pragma in C.
Can a file other than a .h file be included with #include?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
find the minimum of three values inputted by the user
who is the founder of c
19 Answers College School Exams Tests, HP,
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
What is the difference between a function and a method in c?
Why is c called a structured programming language?
struct abc { unsigned int a; char b; float r; }; struct xyz { int u; struct abc tt; }ww; ww = (struct xyz*)malloc(sizeof(struct xyz)); will the memory be allocated for the inner structure also?
What does sizeof int return?