What is include directive in c?
No Answer is Posted For this Question
Be the First to Post Answer
WHAT IS HIGH LEVEL LANGUAGE?
How to print %d in output
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
Can a pointer be volatile in c?
What is realloc in c?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
write a program to convert a expression in polish notation (postfix) to inline (normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix
what is the use of ‘auto’ keyword?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
why do some people write if(0 == x) instead of if(x == 0)?
What is cohesion in c?