What is the difference between the = symbol and == symbol?
No Answer is Posted For this Question
Be the First to Post Answer
in b=6.6/a+(2*a+(3*c)/a*d)/(2/n); which operation will be performed first a) 6.6/a b) 2*a c) 3*c d) 2/n
What are keywords in c with examples?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
how can we print hellow world programme without using semicolon
Explain the binary height balanced tree?
What is the use of typedef in c?
write a function which accept two numbers from main() and interchange them using pointers?
difference between function & structure
Explain the use of fflush() function?
Give the Output : * * * * * * * * * *
what is the difference between these initializations? Char a[]=”string”; Char *p=”literal”; Does *p++ increment p, or what it points to?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)