write a program to generate address labels using structures?
No Answer is Posted For this Question
Be the First to Post Answer
How many types of linked lists what are they? How many types of data structures?
18 Answers BSNL, Pivotal Software,
write a program to copy a string without using a string?
Write a C++ program to give the number of days in each month according to what the user entered. example: the user enters June the program must count number of days from January up to June
How pointers are declared?
What do you understand by normalization of pointers?
Explain bit masking in c?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
yogesh patil in dell
What is the difference between void main() and void main (void) give example programme?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?
The difference between printf and fprintf is ?