Why c is known as a mother language?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by scope of a variable in c?
what is the difference between embedded c and turbo c ?
code for replace tabs with equivalent number of blanks
How to find the usage of memory in a c program
write a program in c language that uses function to locate and return the smallest and largest integers in an array,number and their position in the array. it should also find and return the range of the numbers , that is , the difference between the largest number and the smallest.
Why clrscr is used after variable declaration?
What are .h files and what should I put in them?
can we declare a variable in different scopes with different data types? answer in detail
What is the difference between big endian form and little endian form? write a code to convert big endian form to little endian and vice versa..
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
What is the description for syntax errors?
What are the different file extensions involved when programming in C?