What extern c means?
No Answer is Posted For this Question
Be the First to Post Answer
Predict the output or error(s) for the following: 25. main() { printf("%p",main); }
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
Explain modulus operator.
I want tcs placement papers of 2004-2009 , its urgent
What are the header files used in c language?
How the processor registers can be used in C ?
which will return integer? a) int*s ( ) b) ( int* ) s( ) c) int ( *s ) ( )
Difference Between embedded software and soft ware?
What is hungarian notation? Is it worthwhile?
What is const keyword in c?
Find the middle node in the linked list?? (Note:Do not use for loop, count and count/2)
In header files whether functions are declared or defined?