Explain threaded binary trees?
What is the best way of making my program efficient?
Write a program to find the biggest number of three numbers in c?
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 a lookup table in c?
Explain how can I read and write comma-delimited text?
Can we assign string to char pointer?
Explain what are multidimensional arrays?
What is modifier & how many types of modifiers available in c?
What is a char in c?
What is static identifier?
What is the scope of global variable in c?
Is c is a low level language?
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
What are the different types of data structures in c?