What are conditional operators in C?
No Answer is Posted For this Question
Be the First to Post Answer
YBJBU6
what is a NULL pointer?
differnce between do and do while
What is pass by value in c?
what are the different storage classes in c?
Is it possible to pass an entire structure to functions?
What are the uses of a pointer?
What is the purpose of clrscr () printf () and getch ()?
How do you determine whether to use a stream function or a low-level function?
What is use of bit field?
why we use "include" word before calling the header file. is there any special name for that include??????
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;