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
how can i get output like this? 1 2 3 4 5 6
FILE PROGRAMMING
What is an array in c?
Is a house a shell structure?
what is the use of ‘auto’ keyword?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
main() { int x, arr[8]={11,22,33,44,55,66,77,88}; x=(arr+2)[3]; printf(“%d”,x); }
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
write the function int countchtr(char string[],int ch);which returns the number of timesthe character ch appears in the string. for example the call countchtr("she lives in Newyork",'e') would return 3.
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
pierrot's divisor program using c or c++ code
what is c?