Write a program to identify if a given binary tree is balanced or not.
What is strcpy() function?
Explain what standard functions are available to manipulate strings?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What is a structure in c language. how to initialise a structure in c?
Explain what is the concatenation operator?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
What is wrong with this statement? Myname = 'robin';
what is the difference between declaration ,defenetion and initialization of a variable?
who is the founder of c
19 Answers College School Exams Tests, HP,
what is the use of #pragma pack, wer it is used?
What is an expression?
what is the difference between i++ and ++i?