Answer Posted / bipin
It means only that this is after B. from which C is developed.
| Is This Answer Correct ? | 79 Yes | 35 No |
Post New Answer View All Answers
What is typedef?
Explain how can I write functions that take a variable number of arguments?
What is a c token and types of c tokens?
Why is c called a structured programming language?
What is sizeof array?
What is the use of ?: Operator?
write a program to concatenation the string using switch case?
List some basic data types in c?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
How do you initialize pointer variables?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
Explain pointer. What are function pointers in C?
Can a pointer be static?
can we implement multi-threads in c.
Is register a keyword in c?