Is there any demerits of using pointer?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
Write a program to implement queue.
What is a Genralised LInked List?? Please give a detailed explation of it..
write a programe returns the number of times the character appears in the string
write a c programs to do multiplication of two numbers with out using arithmatic operator ??????????
What should malloc() do?
Explain the use of #pragma exit?
Write the following function in C. stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
Write programs for String Reversal & Palindrome check
What are the two types of structure?
what is the output of the following code? main() { int I; I=0x10+010+10; printf("x=%x",I); } give detailed reason
Write a C Programm.. we press 'a' , it shows the albhabetical number is 1, if we press 'g' it shows the answer 7.. any can help me