What does typeof return in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a own function for strstr
main() { int x, arr[8]={11,22,33,44,55,66,77,88}; x=(arr+2)[3]; printf(ā%dā,x); }
differnce between do and do while
What is difference between scanf and gets?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
What is variable in c example?
Explain what is the difference between functions getch() and getche()?
program to get the remainder and quotant of given two numbers with out using % and / operators?
10 Answers College School Exams Tests, IBM,
The code is::::: if(condition) Printf("Hello"); Else Printf("World"); What will be the condition in if in such a way that both Hello and world are printed in a single attempt?????? Single Attempt in the sense... It must first print "Hello" and it Must go to else part and print "World"..... No loops, Recursion are allowed........................
14 Answers HOV Services, IBM, Potty,
What is property type c?
I have a varargs function which accepts a float parameter?
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.