Why c is called top down?
No Answer is Posted For this Question
Be the First to Post Answer
Does * p ++ increment p or what it points to?
How will you divide two numbers in a MACRO?
Why array is used in c?
What is use of bit field?
identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
What language is c written?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
What are the disadvantages of a shell structure?
How can you check to see whether a symbol is defined?
For what purpose null pointer used?
What is variable declaration and definition in c?