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
how can be easily placed in TCS.
Write a c program to enter a string of paragraph and replacing a particular word which is repeated in the paragraph by another word?
2 Answers ME, Synfusion, Wipro,
Explain what are multidimensional arrays?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
0 Answers College School Exams Tests,
Can we use any name in place of argv and argc as command line arguments?
write a proram to reverse the string using switch case?
What is function prototype in c language?
What does int main () mean?
array contains zeros and ones as elements.we need to bring zeros one side and one other side in single parse. ex:a[]={0,0,1,0,1,1,0,0} o/p={0,0,0,0,0,1,1,1}
What is the difference between far and near ?
44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?