List some applications of c programming language?
No Answer is Posted For this Question
Be the First to Post Answer
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 c programming?
What is null character in c?
What does the file stdio.h contain?
What are register variables? What are the advantage of using register variables?
who developed c and why he developed c?
program to find a smallest number in an array
The variables are int sum=10,SuM=20; these are same or different?
What is the use of static variable in c?
I have seen function declarations that look like this
Tell me when is a void pointer used?
What is an object?