What is putchar() function?
No Answer is Posted For this Question
Be the First to Post Answer
What is 1f in c?
What is a macro in c preprocessor?
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
which types of data structure will i use to convert infix to post fix???
What does sizeof function do?
in which language c language is written?
x=y=z=1 z=++x||++y&&++z Printf("%%%d";xyz) what is the values of x,y and z?????
Who is the founder of c language?
What is an array in c?
Explain setjmp()?
What is a function in c?
how write a addtion of two single dimensional array using of pointer in c language?