Here is a neat trick for checking whether two strings are equal
No Answer is Posted For this Question
Be the First to Post Answer
write a c programs to do multiplication of two numbers with out using arithmatic operator ??????????
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
what is the use of getch() function in C program.. difference b/w getch() and getche()??
29 Answers HCL, IBM, Infosys, TCS, Wipro,
What are predefined functions in c?
What is the difference between array_name and &array_name?
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
0 Answers Aegis, CDAC, Infosys,
Write the control statements in C language
What is 'makefile' in C langauage? How it be useful? How to write a makefile to a particular program?
To what value do nonglobal variables default? 1) auto 2) register 3) static
Explain why can’t constant values be used to define an array’s initial size?
what's the return value of malloc()