Answer Posted / san159
charles babagge
| Is This Answer Correct ? | 6 Yes | 53 No |
Post New Answer View All Answers
difference between Low, Middle, High Level languages in c ?
Whats s or c mean?
what are bit fields in c?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Explain what is the general form of a c program?
Which are low level languages?
How do you define structure?
What are examples of structures?
how do you execute a c program in unix.
What is the difference between exit() and _exit() function in c?
What is meant by errors and debugging?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
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
Explain how many levels deep can include files be nested?
What is call by reference in functions?