Answer Posted / avinash
#IS PREPOSSESSOR.
| Is This Answer Correct ? | 31 Yes | 7 No |
Post New Answer View All Answers
Explain null pointer.
What is time null in c?
In c programming language, how many parameters can be passed to a function ?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
Write a program of prime number using recursion.
How is null defined in c?
Can we declare function inside main?
Explain how can you determine the size of an allocated portion of memory?
Here is a good puzzle: how do you write a program which produces its own source code as output?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
Differentiate between the expression “++a” and “a++”?
Write a program to generate random numbers in c?
What is #error and use of it?
Is c pass by value or reference?
What is identifiers in c with examples?