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

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

1 Answers  


How do you use a pointer to a function?

0 Answers  


True or false: If you continuously increment a variable, it will become negative? 1) True 2) False 3) It depends on the variable type

7 Answers  


What are the types of type qualifiers in c?

0 Answers  


Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

0 Answers  






What is the difference between static and global variables?

1 Answers  


main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }

6 Answers  


How can I implement sets or arrays of bits?

0 Answers  


how can i print "hello".please consider inverted commas as well.i want to print on console: "hello"

4 Answers   Wipro,


44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?

6 Answers   Amdocs,


The file stdio.h, what does it contain?

0 Answers  


Program to trim a given character from a string.

5 Answers   NetApp,


Categories