Answer Posted / ajayash
c is a programming language..before it was known as b-
language...supports all operators..
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
what is a function method?give example?
Tell me with an example the self-referential structure?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
I have a varargs function which accepts a float parameter?
What is this infamous null pointer, anyway?
What kind of structure is a house?
How can type-insensitive macros be created?
What is a void pointer? When is a void pointer used?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
What are linked lists in c?
Is it possible to initialize a variable at the time it was declared?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
Differentiate abs() function from fabs() function.
What is far pointer in c?