what is event driven software and what is procedural driven
software?


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

Post New Answer

More C Interview Questions

write a program to concatenation the string using switch case?

0 Answers  


What does the function toupper() do?

0 Answers  


What is main function in c?

0 Answers  


what will be the output of this program? void main() { int a[]={5,10,15}; int i=0,num; num=a[++i] + ++i +(++i); printf("%d",num); }

6 Answers   Microsoft,


In a switch statement, explain what will happen if a break statement is omitted?

0 Answers  


dynamically allocate memory for linear array of n integers,store some elements in it and find some of them

1 Answers  


suppose there are five integers write a program to find larger among them without using if- else

2 Answers  


How can variables be characterized?

0 Answers  


what are the advantages of a macro over a function?

0 Answers   TCS,


Differentiate between null and void pointers.

0 Answers   TCS,


how to write palindrome program?

3 Answers  


Is main is a keyword in c?

0 Answers  


Categories