How can you check to see whether a symbol is defined?
No Answer is Posted For this Question
Be the First to Post Answer
Can we assign integer value to char in c?
Can you please explain the difference between strcpy() and memcpy() function?
What is malloc() function?
what is data structure.in linear and non linear data structures which one is better?Explain
two progs are given. one starts counting frm 0 to MAX and the other stars frm MAX to 0. which one executes fast.
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
What is void pointers in c?
what is a stack
what is a static function
What is extern keyword in c?
What is the significance of c program algorithms?
how can i include my own .h file EX:- alex.h like #include<alex.h>, rather than #include"alex.h"