What is binary tree in c?
what will be the output of this program main() { int i=1; while (i<=10); { i++; } }
In C language what is a 'dangling pointer'?
How reliable are floating-point comparisons?
How to write a program to receive an integer & find its octal equivalent by using for loop?
What is the difference between exit() and _exit()?
write a 'c' program to sum the number of integer values
Hi Every one...........I have been selected for the SBI Clerk. But i m one month Pregnanat. So anyone please suggest me, is they take any objection on my joining .
4 Answers State Bank Of India SBI,
What is wrong with this program statement? void = 10;
What is calloc malloc realloc in c?
What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value
Find occurence of a character in a sting.
if we take a number as a char then can we manipulate(add, subtract) on this number