Answer Posted / joshi
Pointer is a special variable which hold the address of the
next variable.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Why do we write return 0 in c?
What do you mean by recursion in c?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
Explain how do you view the path?
Explain the priority queues?
What is wrong in this statement? scanf(ā%dā,whatnumber);
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
What is operator promotion?
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
What is use of integral promotions in c?
What is header file in c?
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
What is c language used for?
Write a c program to demonstrate character and string constants?
Write a program to swap two numbers without using a temporary variable?