Answer Posted / tushar prwe
C IS A TOP DOWN PROCEDURAL LANGUAGE IN WHICH PROGRAMER CAN
DIRECTLY INTERECT WITH THE MEMORY THROGH POINTERS.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
What are 'near' and 'far' pointers?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
When should the volatile modifier be used?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
What is double pointer?
please send me the code for multiplying sparse matrix using c
What is a function simple definition?
Are pointers integer?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
Differentiate between the expression “++a” and “a++”?
How can you invoke another program from within a C program?
Describe the modifier in c?
Why do we use int main?
Can two or more operators such as and be combined in a single line of program code?