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

while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above

0 Answers  


print 1-50 with two loop & two print Statement

2 Answers  


what is reason of your company position's in india no. 1.

0 Answers   Accenture, TCS,


What is the scope of global variable in c?

0 Answers  


List some basic data types in c?

0 Answers  


How would you write qsort?

1 Answers  


what is the maximum no. of bytes calloc can allocate

4 Answers   Mphasis,


write a string copy function routine?

2 Answers  


What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }

0 Answers   Wilco,


how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?

0 Answers  


What does return 1 means in c?

0 Answers  


What do mean by network ?

0 Answers  


Categories