Explain the use of #pragma exit?


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

Post New Answer

More C Interview Questions

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  


I have one doubt. What does below statement mean? #define sizeof(operator) where operator can be int or float etc. Does this statement meaningful and where it can be used?

1 Answers  


how to find the given number is prime or not?

6 Answers   IMS, ING,


what is the self-referential structure?

1 Answers  


What is extern storage class in c?

0 Answers  






Write a progarm to find the length of string using switch case?

0 Answers   TCS,


Write a program to find minimum between three no.s whithout using comparison operator.

4 Answers   IBM,


What is bash c?

0 Answers  


Why is c called a structured programming language?

0 Answers  


When should you use a type cast?

0 Answers  


main() { struct s1 { char *str; struct s1 *ptr; }; static struct s1 arr[] = { {"Hyderabad",arr+1}, {"Bangalore",arr+2}, {"Delhi",arr} }; struct s1 *p[3]; int i; < BR> for(i=0;i<=2;i++) p[i] = arr[i].ptr; printf("%s ",(*p)->str); printf("%s ",(++*p)->str); printf("%s ",((*p)++)->str); }

0 Answers   Wilco,


i got 75% in all semester am i eligible for your company

0 Answers   Infosys,


Categories