Answer Posted / guest
we r using this key word for equal and shine operator
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Write a program for Overriding.
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
what is stack , heap ,code segment,and data segment
What is the use of sizeof?
Explain low-order bytes.
What is 1f in c?
What is the difference between array and pointer in c?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
Is c++ based on 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
What is function and its example?
What do you mean by dynamic memory allocation in c? What functions are used?
When would you use a pointer to a function?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
What is the full form of getch?