4. main()
{
int c=- -2;
printf("c=%d",c);
}
write a program for fibonaci series by using while loop in c?
what are # pragma staments?
What is NULL pointer?
There are 8 billiard balls, and one of them is slightly heavier, but the only way to tell was by putting it on a weighing scale against another. What's the fewest number of times you'd have to use the scale to find the heavier ball?
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 does 4d mean in c?
What is the difference between NULL and NUL?
List the difference between a While & Do While loops?
what defference between c and c++ ?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
What is a char in c?
Write a program to find given number is even or odd without using any control statement.