What is struct node in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are the types of type qualifiers in c?
What is spaghetti programming?
Can main () be called recursively?
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 what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
a=(1,2,3); b=1,2,3; c=1,(2,3); d=(1,2),3; what's the value of 'a','b','c','d'
Is c language still used?
where do we use volatile keyword?
How can I find leaf node with smallest level in a binary tree?
What does. int *x[](); means ?
What is union and structure?
Is it acceptable to declare/define a variable in a c header?