What is void pointers in c?
write aprogram for There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.
1 Answers iGate, Shashi, Source Bits, Subex,
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
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 are operators in c?
Explain how does free() know explain how much memory to release?
How can I recover the file name given an open stream or file descriptor?
What is difference between arrays and pointers?
Why c is called a middle level language?
which is an algorithm for sorting in a growing Lexicographic order
What is the explanation for cyclic nature of data types in c?
How can I call fortran?
What is the purpose of the fflush() function in C?