write a C program:There is a mobile keypad with numbers 0-9
and alphabets on it. Take input 0f 7 keys and then form a
word from the alphabets present on the keys.
writw a program to insert an element in the begning of a doubly linked list
What ios diff. Between %e & %f?
What is the time and space complexities of merge sort and when is it preferred over quick sort?
Explain what is the most efficient way to store flag values?
how to print this sereis 2 4 3 6 5..........?
which one is not preprocessor directive a)#if b)#elif c)#undef d)#pragma
16 Answers Accenture, Infosys, TCS, Wipro,
What are linked lists in c?
What are nested functions in c?
int j =15,i; for (i=1; 1<5; ++i) {printf ("%d%d ",j,i); j = j-3; }
Find greatest of two numbers using macro
What is the difference between %d and %i?
what is the little endian and big endian?