Write a program that will read the input of any number of digits n in a row of shafh showing the breakdown of the printing and printing figures by the recursive function.
write a c program to find the sum of five entered numbers using an array named number
a program that can input number of records and can view it again the record
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 find whether the given number or string is palindrome.
What are the characteristics of arrays in c?
Explain zero based addressing.
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
Can a void pointer point to a function?
What is scope rule in c?
Which of the following are valid "include" formats? A)#include and #include[file.h] B)#include (file.h) and #include C)#include [file.h] and #include "file.h" D)#include <file.h> and #include "file.h"
multiple of 9 without useing +,* oprator
Difference between exit() and _exit() function?