Differentiate between ordinary variable and pointer in c.
What is c++ used for today?
What is the difference between call by value and call by reference in c?
implement general tree using link list
What has to put when we are inserting as assembly language code into the C code? or When we are inserting as assembly language code into the C code we have to insert one thing at the start and of the assembly language. What are they?
why we need function pointers?
how to sort two array of characters and make a new array of characters.
3. Program to print all possible substrings. ex: String S St Str Stri Strin String t tr tri trin tring r
What is 1d array in c?
In C programming, what command or code can be used to determine if a number of odd or even?
Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female
#define FALSE -1 #define TRUE 1 #define NULL 0 main() { if(NULL) puts("NULL"); else if(FALSE) puts("TRUE"); else puts("FALSE"); }
what is ANSI and ISO