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

a character variable can at a time store a) 1 character b) 8 characters c) 254 characters d) none of the above

3 Answers  


What are variables and it what way is it different from constants?

0 Answers  


write a program that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?

1 Answers  


What is your favorite subject?

1 Answers   Ericsson, Invendis, Tech Mahindra,


Explain the difference between #include "..." And #include <...> In c?

0 Answers  


What is the difference between union and structure in c?

0 Answers  


What are the key features in c programming language?

0 Answers  


What is the purpose of scanf() and printf() functions?

0 Answers  


Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?

0 Answers   MNC,


#include <stdio.h> void main() { int i=-1,j=1,k,l; k=!i&&j; l=!i||j; printf ("%d%d",k,l) ; }

3 Answers   SRG,


How are strings stored in c?

0 Answers  


Using which language Test cases are added in .ptu file of RTRT unit testing???

0 Answers  


Categories