code for inverse a matrix
What are the types of bitwise operator?
Is main() is used in the program,,see below example? void main() { int i; for(i=0;i<10;i++) main(); } Then what is the output of the program?
How to get string length of given string in c?
What is the argument of a function in c?
Who invented bcpl language?
difference of two no's with out using - operator
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
what is the value of b if a=5; b=++a + ++a
31 Answers Infosys, TCS, Tech Mahindra,
Do you know the use of fflush() function?
Is c is a procedural language?
write a program structure to find average of given number
code for copying two strings with out strcpy() function.