What does a function declared as pascal do differently?


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

Post New Answer

More C Interview Questions

to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?

0 Answers  


FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

0 Answers   Wilco,


Can we access array using pointer in c language?

0 Answers  


what about "char *(*(*a[])())();"

3 Answers   Oracle,


There is a 100-story building and you are given two eggs. The eggs (and the building) have an interesting property that if you throw the egg from a floor number less than X, it will not break. And it will always brake if the floor number is equal or greater than X. Assuming that you can reuse the eggs which didn't broke; you got to find X in a minimal number of throws. Give an algorithm to find X in minimal number of throws.

5 Answers   Yahoo,






An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?

0 Answers   Aspire, Infogain,


write a program to create a sparse matrix using dynamic memory allocation.

0 Answers  


Define macros.

0 Answers   Tech Mahindra,


How can I access a memory located at certain address?

2 Answers   CSC,


Why doesn't the code "int a = 1000, b = 1000; long int c = a * b;" work?

7 Answers  


What are the advantages of union?

0 Answers  


what is the benefit of c30

2 Answers  


Categories