Where does the name "C" come from, anyway?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int x, arr[8]={11,22,33,44,55,66,77,88}; x=(arr+2)[3]; printf(ā%dā,x); }
What is mean by data types in c?
explain what are pointers?
Write a programme to find even numbers without using any conditional statement?
3 Answers ADD Software, Infosys,
Please write the area of a RIGHT ANGLED TRIANGLE.
How to reverse a string using a recursive function, without swapping or using an extra memory?
31 Answers Cisco, Mind Tree, Motorola, Ophio, Sony, TCS, Wipro,
How many ways are there to swap two numbers without using temporary variable? Give the each logic.
write an algorithm which can find the largest number among the given list using binary search ............... this was asked in the interview
2 Answers Satyam, UNIS, Wipro,
#ifdef TRUE int I=0; #endif main() { int j=0; printf("%d %d\n",i,j); }
What is function definition in c?
What extern c means?
Is calloc better than malloc?