int far *near * p; means


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

all c language question

0 Answers   Wipro,


What are enumerated types?

0 Answers  


What are the uses of a pointer?

0 Answers  


Why enum is used in c?

0 Answers  


program to print circle structure

1 Answers  






Explain what are multibyte characters?

0 Answers  


what is the difference between 123 and 0123 in c?

0 Answers  


Is c still used in 2019?

1 Answers  


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

0 Answers  


Why is struct padding needed?

0 Answers  


how does the C compiler interpret the following two statements p=p+x; q=q+y; a.p=p+x; q=q+y b.p=p+xq=q+y c.p=p+xq; q=q+y d.p=p+x/q=q+y

4 Answers   TCS,


Write a program to print prime nums from 1-20 using c programing?

13 Answers   IBM,


Categories