What is table lookup in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a c program using for loop to print typical pattern if number of rows is entered by keyboard. ABCBA AB BA A A
main() { int arr[5]={23,67}; printf("%d%d%d",arr[2],arr[3],arr[4]); }
write a program to find the sum of the array elements in c language?
24 Answers ICT, Infosys, Wipro,
how to swap 4 number without using temporary number?
How do you sort filenames in a directory?
void swap(int a,int b) { a=a+b; b=a-b; a=a-b; } in this code always gives the same result for all case
Average of a couple 10 years ago was 25. The average remains same after having a child and twins after 3 years. What is the present age of the first child
What is wild pointer in c with example?
What is sorting in c plus plus?
What character terminates all strings composed of character arrays? 1) 0 2) . 3) END
Why c is called procedure oriented language?
ratio,age,persentage