What are multidimensional arrays?
No Answer is Posted For this Question
Be the First to Post Answer
what is the output of below int n=10; (n++)++; printf("%d",n);
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250
What is an lvalue and an rvalue?
i=20,k=0; for(j=1;j<i;j=1+4*(i/j)) { k+=j<10?4:3; } printf("%d", k);
Why c language is called c?
What is modifier & how many types of modifiers available in c?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
In scanf h is used for
How do we declare variables in c?
Can u return two values using return keyword? If yes, how? If no, why?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?