What are the 32 keywords in c?
No Answer is Posted For this Question
Be the First to Post Answer
writ a program to compare using strcmp VIVA and viva with its output.
Write a program with dynamically allocation of variable.
Write a program to find the given number is odd or even without using any loops(if,for,do,while)
What is structure in c explain with example?
Define Array of pointers.
Prove or disprove P!=NP.
how to capitalise first letter of each word in a given string?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
what is the difference between while and do while?
Is it better to use malloc() or calloc()?
Can you write the function prototype, definition and mention the other requirements.
#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?