can anyone please tell about the nested interrupts?
write a programme to convert temperature from farenheit to celcius?
How many types of sorting are there in c?
What is difference between constant pointer and constant variable?
Where local variables are stored in c?
What is the most efficient way to count the number of bits which are set in a value?
Program to find largest of three numbers without using comparsion operator?
What does it mean when a pointer is used in an if statement?
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
c program to print a name without using semicolon
What is the sizeof () operator?
how to print value of e(exp1)up to required no of digits after decimal?
write a program to check whether a number is Peterson or not.