What is declaration and definition in c?
No Answer is Posted For this Question
Be the First to Post Answer
find largest of 3 no
How many types of functions are there in c?
What is c language used for?
How can you be sure that a program follows the ANSI C standard?
What is the use of #include in c?
What is the difference between GETS();AND SCANF();
What is c token?
Explain how do you declare an array that will hold more than 64kb of data?
#define DCHAR char* typedef char* TCHAR; if using these following variables will be declared like DCHAR ch1, ch2; TCHAR ch3, ch4; then what will be types of ch1, ch2, ch3 and ch4?
What is variables in c?
What are variables and it what way is it different from constants?
Explain Doubly Linked Lists?