Can a file other than a .h file be included with #include?
No Answer is Posted For this Question
Be the First to Post Answer
What is an arrays?
Explain how do you convert strings to numbers in c?
Why c is faster than c++?
How do you do dynamic memory allocation in C applications?
Write a program to display the no of bit difference between any 2 given numbers eg: Num1 will 12->1100 Num2 will 7->0111 the difference in bits are 2.
How would you sort a linked list?
what is the difference between declaration and definition of a variable or function ?
In C language, a variable name cannot contain?
list the no of files created when c source file is compiled
What is the relation between # and include<stdio.h>
we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?
What does the error 'Null Pointer Assignment' mean and what causes this error?