Answer Posted / sridhar
bcoz i have a cabability to celebrate the work well.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
In a switch statement, explain what will happen if a break statement is omitted?
explain what are pointers?
What 'lex' does?
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
What are loops in c?
What are the parts of c program?
Explain the process of converting a Tree into a Binary Tree.
What do you mean by dynamic memory allocation in c?
Explain how can you tell whether a program was compiled using c versus c++?
Define recursion in c.
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
Wt are the Buses in C Language
What is static and auto variables in c?
What is the difference between Printf(..) and sprint(...) ?
Tell me is null always defined as 0(zero)?