Answer Posted / eswaran
Sasi kumar answer is very wrong answer .....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is an endless loop?
What does %p mean c?
Explain can static variables be declared in a header file?
What do mean by network ?
Differentiate between the expression “++a” and “a++”?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
Can the sizeof operator be used to tell the size of an array passed to a function?
What is a const pointer?
The difference between printf and fprintf is ?
How do you list a file’s date and time?
which is an algorithm for sorting in a growing Lexicographic order
What is call by value in c?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
What is %g in c?
Explain what is operator promotion?