What should malloc() do? Return a null pointer or a pointer to 0 bytes?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
write aprogram for There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.
1 Answers iGate, Shashi, Source Bits, Subex,
Write a c program to build a heap method using Pointer to function and pointer to structure ?
0 Answers MAHINDRA, Protech, Sivan Tech,
String concatenation
What is the output of printf("%d", printf("Hello"));?
What is the difference between far and near in c?
Why array starts with index 0
Write a program to print fibonacci series without using recursion?
How can I get Single byte from 'int' type variable? Can we alter single bit or multiple bits in int type variable? if so, How?
What is meant by type specifiers?
what is the difference between static variable and register variable?
how should functions be apportioned among source files?