What's the total generic pointer type?
No Answer is Posted For this Question
Be the First to Post Answer
What is hashing in c?
What is a substring in c?
for questions 14,15,16,17 use the following alternatives:a.int b.char.c.string.d.float
What does the function toupper() do?
how to construct a simulator keeping the logical boolean gates in c
write a program to find the number of even integers and odd integers in a given array in c language
13 Answers IAI Cameroun, NIIT, Olive Tech, QIS,
why ordinary variable store the later value not the initial
What will be printed as the result of the operation below: #include<..> int x; int modifyvalue() { return(x+=10); } int changevalue(int x) { return(x+=1); } void main() { int x=10; x++; changevalue(x); x++; modifyvalue(); printf("First output:%d\n",x); x++; changevalue(x); printf("Second output:%d\n",x); modifyvalue(); printf("Third output:%d\n",x); }
can anyone please tell about the nested interrupts?
Write a program to print all permutations of a given string.
i want to know aptitude questions,technical questions
Tell us something about keyword 'auto'.