How do I get an accurate error status return from system on ms-dos?
No Answer is Posted For this Question
Be the First to Post Answer
Input is "Jack and jill went up a hill" To print output is 1-letter word(s)-1 2-letter words-1 3-letter words-1 4-letter words-4
Wt are the Buses in C Language
how to execute with out main in cprogram
How macro execution is faster than function ?
how do you redirect stdout value from a program to a file?
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
what is data structure?
main() { static int ivar=5; printf("%d",ivar--); if(ivar) main(); }
Reverse the part of the number which is present from position i to j. Print the new number.[without using the array] eg: num=789876 i=2 j=5 778986
Write a program to print prime nums from 1-20 using c programing?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
What is the difference between break and continue?