Answer Posted / bala prasad
Computer is an eletronic device which can be used to solve mathematical and logical operations.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can I call fortran?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
What is meant by inheritance?
What is substring in c?
What are operators in c?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
Is c pass by value or reference?
What happens if header file is included twice?
Why shouldn’t I start variable names with underscores?
If you know then define #pragma?
Explain what is wrong with this statement? Myname = ?robin?;
Explain about the constants which help in debugging?
how to create duplicate link list using C???
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
write an algorithm to display a square matrix.