What does struct node * mean?
No Answer is Posted For this Question
Be the First to Post Answer
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
Why ordinary variable store only one value
what is the different between if-else and switch statment (other than syntax)
26 Answers CTS, Oracle, Scorpos,
what is the use of fflush() function?
What are dynamically linked and statically linked libraries?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
Why c is called a middle level language?
what is the difference between postfix and prefix unary increment operators?
program to find the magic square
Explain data types & how many data types supported by c?
4)What would be the output? main() { int num=425; pf("%d",pf("%d",num)); } a)Comp error b)4425 c)4253 d)3435 e)none