What is #include stdio h and #include conio h?
No Answer is Posted For this Question
Be the First to Post Answer
explain what are actual arguments?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
Are there any problems with performing mathematical operations on different variable types?
What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }
How do you search data in a data file using random access method?
What does the file stdio.h contain?
how to make program without <> in library.
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
What does %p mean?
f(x,y,z) { y = y+1; z = z+x; } main() { int a,b; a = 2 b = 2; f(a+b,a,a); print a; } what is the value of 'a' printed
What is the right type to use for boolean values in c? Is there a standard type?
related proverb of "dont count your chicken before it hatches"