What is a floating point in c?
No Answer is Posted For this Question
Be the First to Post Answer
How can you increase the allowable number of simultaneously open files?
palindrome for strings and numbers----Can anybody do the prog?
6 Answers CTS, TCS, Vipro Lifescience Pvt,
What do you mean by dynamic memory allocation in c?
Print all the palindrome numbers.If a number is not palindrome make it one by attaching the reverse to it. eg:123 output:123321 (or) 12321
What is wrong in this statement?
What is advantage of pointer in c?
What is bash c?
int main() { int x = (2,3,4); int y = 9,10,11; printf("%d %d",x,y); } what would be the output?
What are the similarities between c and c++?
given post order,in order construct the corresponding binary tree
What is c programing language?
can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?