Can you think of a logic behind the game minesweeper.
No Answer is Posted For this Question
Be the First to Post Answer
write a statement to display all the elements array M(in reverse order? int M[8]={20,21,22,23,24,25,26,27};
main() { charx; while (x=0;x<=255;x++) printf("\nAscii value %d Character %c,x,x); }
Write a factorial program using C.
What is pragma in c?
What is the output for the below program? void main() { float me=1.1; double you=1.1; if(me==you) printf("love c"); else printf("know c"); }
List some of the static data structures in C?
What are reserved words?
program to find which character is occured more times in a string and how many times it has occured? for example in the sentence "i love india" the output should be i & 3.
Is null a keyword in c?
What is a struct c#?
Why data types in all programming languages have some range? Why ritche have disigned first time likethat?Why not a single data type can support all other types?
Function calling procedures? and their differences? Why should one go for Call by Reference?