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
Write a program that receives as input a number omaadel-n-print, four digits.
How to add two numbers without using semicolon n c????
What the advantages of using Unions?
write a program in reverse the string without using pointer,array,global variable declaration,lib fun only using a function?
write a progrmm in c language take user interface generate table using for loop?
You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?
Write a C program in Fibonacci series.
what is the use of ~ in c lang?????
Describe the difference between = and == symbols in c programming?
In c language can we compile a program without main() function?
When you call malloc() to allocate memory for a local pointer, do you have to explicitly free() it?
main() { int i = -3,j=2,k=0,m; m= ++i || ++j && ++k; printf("%d%d%d",i,j,k,m); }