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

write a program to fined second smallest and largest element in a given series of elements (without sorting)

9 Answers   Yahoo,


In which mode we open the file for read,write and append also in c ? a)W b)w+ c)r+ d)a

2 Answers   BitWise,


related proverb of "dont count your chicken before it hatches"

1 Answers  


How is a two dimensional array passed to function when the order of matrix is not known at complie time?

1 Answers   CSC,


What is calloc()?

0 Answers   Adobe,






Dont ansi function prototypes render lint obsolete?

0 Answers  


Why is it important to memset a variable, immediately after allocating memory to it ?

0 Answers  


what is the difference between #include<stdio.h> and #include "stdio.h" ?

3 Answers  


char p="data"; printf(p);

2 Answers  


WAP that prints the number from 1 to 100. but for multiplies of three print "XXX" instead of the number and for the multiplies of five print "YYY" . for number which are multiplies of both three and five print "ZZZ"

3 Answers  


Synonymous with pointer array a) character array b) ragged array c) multiple array d) none

0 Answers  


What Is The Difference Between Null And Void Pointer?

0 Answers   TCS,


Categories