When do we get logical errors?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between scanf and gets?
What is identifier in c?
What is the use of void pointer and null pointer in c language?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
What are formal parameters?
Write a function that accepts a sentence as a parameter, and returns the same with each of its words reversed. The returned sentence should have 1 blank space between each pair of words. Demonstrate the usage of this function from a main program. Example: Parameter: “jack and jill went up a hill” Return Value: “kcaj dna llij tnew pu a llih”
Explain the red-black trees?
What is typedf?
How many parameters should a function have?
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
Who had beaten up hooligan "CHAKULI" in his early college days?
a=0; b=(a=0)?2:3; a) What will be the value of b? why b) If in 1st stmt a=0 is replaced by -1, b=? c) If in second stmt a=0 is replaced by -1, b=?