what is the associativity of bitwise OR operator?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
2 Answers Aricent, Manipal University,
What is difference between stdio h and conio h?
how to convert binary to decimal and decimal to binary in C lanaguage
7 Answers BPO, Far East Promotions, IBM, RBS,
How can I split up a string into whitespace-separated fields?
What is the difference between static and global variables?
Are negative numbers true in c?
How do I access command-line arguments?
I need a sort of an approximate strcmp routine?
What is the mean of this statement:: if(int i=0 * i=9)
a=0; while(a<5) printf("%d\n",a++); how many times does the loop occurs? a.infinite b.5 c.4 d.6
Describe for loop and write a c program to sum the series X + x2/2! + x3 /3! + …….. up to fifteen terms.
What is the general form of function in c?