can anyone please tell about the nested interrupts?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what are run-time errors?
program for comparing 2 strings without strcmp()
How can I find out how much free space is available on disk?
declare afunction pointer to int printf(char *)?
What was noalias and what ever happened to it?
Are bit fields portable?
Write the following function in C. stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return - 1. The function should not make use of any C library function calls.
3 Answers Google, Infosys, JTL, OpenFeel,
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
what is the difference between <stdio.h> and "stdio.h"
14 Answers Invendis, Kanbay, Mastek, MathWorks,
Is the following code legal? struct a { int x; struct a b; }
What are the features of c language?
You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?