What is a lookup table in c?
No Answer is Posted For this Question
Be the First to Post Answer
Is there a way to jump out of a function or functions?
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
how to swap four numbers without using fifth variable?
Concat two string with most overlapped substring has to removeĀ "abcd"+ "cdef" = "abcdef
What is anagram in c?
what is the associativity of bitwise OR operator?
Implement a function that returns the 5th element from the end in a singly linked list of integers in one pass.
what is the use of keyword volatile??
What is the difference between call by value and call by reference in c?
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
If 4 digits number is input through the keyboard, Write a program to calculate sum of its 1st & 4th digit.
Why clrscr is used after variable declaration?