how to solve "unable to open stdio.h and conio.h header files
in windows 7 by using Dos-box software
No Answer is Posted For this Question
Be the First to Post Answer
What will be the result of the following C language program? main() { int a = 0; int b = 20; char x = 1; char y = 10; if(a,b,x,y) printf("Welcome"); }
what is difference between strcmp & palindrome?
how to find the binary of a number?
why return type of main is not necessary in linux
write an algorithm to get a sentence and reverse it in the following format: input : I am here opuput: Here Am I note: first letter of every word is capiatlised
What are reserved words?
What is the general form of function in c?
write a program to generate 1st n fibonacci prime number
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
Explain what is the best way to comment out a section of code that contains comments?
How many types of functions are there in c?
Is it possible to run a c program without using main?If yes HOW??