can anyone please tell about the nested interrupts?


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

Post New Answer

More C Interview Questions

. Write a program to get a string and to convert the 1st letter of it to uppercase

2 Answers   HTC,


What is d scanf?

0 Answers  


What does typedef struct mean?

0 Answers  


how we can make 3d venturing graphics on outer interface

1 Answers   Microsoft,


What does void main () mean?

0 Answers  






How will you declare an array of three function pointers where each function receives two ints and returns a float?

0 Answers   TISL,


Write a program or provide a pseudo code to flip the 2nd bit of the 32 bit number ! (Phone Screen)

1 Answers   NetApp, PTU, Wipro,


How to add two numbers without using semicolon n c????

3 Answers  


Explain what is gets() function?

0 Answers  


What is the difference between struct and union in C?

1 Answers  


how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software

0 Answers  


main() { int x=2, y=4 if ((x==2||y==4) x++ y++ if (y==4+1) { x=x+y; } y++; printf("The values of x and y are %d and %d."x,y); } What is the output?

5 Answers   TCS,


Categories