What does node * mean?
No Answer is Posted For this Question
Be the First to Post Answer
How can this be legal c?
Differentiate between functions getch() and getche().
Explain About fork()?
program to find which character is occured more times in a string and how many times it has occured? for example in the sentence "i love india" the output should be i & 3.
WHY DO WE USE A TERMINATOR IN C LANGUAGE?
what does ‘#include’ mean?
Do variables need to be initialized?
what is constant pointer?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
How a string is stored in c?
What are reserved words?
Explain how can I manipulate strings of multibyte characters?