for(i=1;i>0;i++);
printf("i=%d",i);
what will be the answer????
Answer Posted / guest
i=1i=1etc.
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
How is pointer initialized in c?
Why we use int main and void main?
Explain the ternary tree?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
What is the difference between printf and scanf in c?
What are the advantage of c language?
What is a program flowchart?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
#include
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 does emoji p mean?
What are the types of type specifiers?
Explain what is page thrashing?