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

Explain what header files do I need in order to define the standard library functions I use?

0 Answers  


Hai what is the different types of versions and their differences

0 Answers  


Simplify the program segment if X = B then C ← true else C ← false

0 Answers  


Explain what is the heap?

0 Answers  


What should malloc() do?

0 Answers  






different between overloading and overriding

3 Answers  


Explain what is wrong with this program statement?

0 Answers  


How do you redirect a standard stream?

0 Answers  


What is meant by initialization and how we initialize a variable?

0 Answers  


difference between spiral and waterfall model

1 Answers  


int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }

2 Answers   Vector,


Explain main function in c?

0 Answers  


Categories