what is develop in c language
Answers were Sorted based on User's Feedback
write a program to print data of 5 five students with structures?
what is the use of macro program
How do you view the path?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
What are the different file extensions involved when programming in C?
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,
Explain 'bus error'?
we all know about the function overloading concept used in C++ and we all learnt abt that.... but that concept is already came in C in a very smaller propotion ... my question is IN WHICH CONCEPT THERE IS A USE OF FUNCTION OVERLOADING IS USED in C language?????????????
what is data structure.in linear and non linear data structures which one is better?Explain
What is getch?
What the advantages of using Unions?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above