Answer Posted / ishu
jawarhalalnehru
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
How is a pointer variable declared?
What is function prototype in c language?
What is the difference between the = symbol and == symbol?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
What is clrscr in c?
Explain what are multibyte characters?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
How can I read a binary data file properly?
Explain what are the __date__ and __time__ preprocessor commands?
Explain why can’t constant values be used to define an array’s initial size?
What is a file descriptor in c?
Explain two-dimensional array.
Why double pointer is used in c?
Explain how do you list files in a directory?
What are local variables c?