Why is event driven programming or procedural
programming, better within specific scenario?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to print fibonacci series using recursion?
How we can set and clear bit in a byte using macro function?
Find string palindrome 10marks
5 Answers Honeywell, Infosys, Riktam, Roland,
enum day = { jan = 1 ,feb=4, april, may} what is the value of may? a)4 b)5 c)6 d)11 e)none of the above
what is the c source code for the below output? 1 0 1 1 0 1 0 1 0 1 1 0 1 0 1
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
where do we use volatile keyword?
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); }
27 Answers Advent Global Solutions, CitiGroup, Valeo Lighting Systems India Private Limited, Vishal Transformers, Wipro, Zencer,
how to find out the inorder successor of a node in a tree??
what is Array?
Explain the difference between the local variable and global variable in c?
What is pass by reference in functions?