What is the advantage of a random access file?
No Answer is Posted For this Question
Be the First to Post Answer
What is a stream water?
Write a C program to read the internal test marks of 25 students in a class and show the number of students who have scored more than 50% in the test. Make necessary assumptions.
what is pointer?
find out largest elemant of diagonalmatrix
How can I implement a delay, or time a users response, with sub-second resolution?
what is the different between if-else and switch statment (other than syntax)
26 Answers CTS, Oracle, Scorpos,
How do i store a paragraph into a string? for example, if i input a long paragraph, the program will read the words one by one and concatenate them until no word is left.
Can we change the value of constant variable in c?
What is 02d in c?
Hai why 'c' is the middle language
int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?
What is the difference between int and float?