Answer Posted / manjit
no
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What are the different properties of variable number of arguments?
What is size of union in c?
Explain what are the standard predefined macros?
Can the “if” function be used in comparing strings?
What are the three constants used in c?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
What is putchar() function?
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
What is the purpose of 'register' keyword?
What does p mean in physics?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
What is equivalent to ++i+++j?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
What are disadvantages of C language.