what are the static variables
Answer Posted / mahendranath reddy ,cudpha
static int xx;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
Explain goto?
Explain threaded binary trees?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
Explain a file operation in C with an example.
What are examples of structures?
What is strcpy() function?
What is the difference between near, far and huge pointers?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
How can I trap or ignore keyboard interrupts like control-c?
What is the basic structure of c?
ATM machine and railway reservation class/object diagram
write a program to generate address labels using structures?
If fflush wont work, what can I use to flush input?
What is the difference between new and malloc functions?