Answer Posted / jai
15
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Explain how do you view the path?
Explain what math functions are available for integers? For floating point?
writ a program to compare using strcmp VIVA and viva with its output.
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
Are local variables initialized to zero by default in c?
How many levels of indirection in pointers can you have in a single declaration?
Why static is used in c?
What does %p mean c?
Where static variables are stored in c?
What does stand for?
What does typeof return in c?
write a progrmm in c language take user interface generate table using for loop?
How can I make sure that my program is the only one accessing a file?
Who invented bcpl language?
Describe the order of precedence with regards to operators in C.