How to add two numbers without using arithmetic operators?
Post New Answer View All Answers
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
What are the key features in c programming language?
differentiate built-in functions and user – defined functions.
What is #include called?
How variables are declared in c?
What is pointer to pointer in c language?
What is dynamic variable in c?
What does the c preprocessor do?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
What is structure and union in c?
Who is the founder of c language?
p*=(++q)++*--p when p=q=1 while(q<=6)
When should we use pointers in a c program?
What is the difference between strcpy() and memcpy() function in c programming?
What is getch c?