What is a lookup table in c?
No Answer is Posted For this Question
Be the First to Post Answer
Output for following program using for loop only * * * * * * * * * * * * * * *
Write a Program to find whether the given number or string is palindrome.
why arithmetic operation can’t be performed on a void pointer?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
What is this infamous null pointer, anyway?
Differentiate between calloc and malloc.
pgm to find middle element of linklist(in efficent manner)
What is .obj file in c?
12345 1234 123 12 1
control 50 devices which has 2 states on and off.using bitwise operator.plz answer it its urgent
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }