Is it possible to create recycle bin in mobiles?
Answers were Sorted based on User's Feedback
An array name contains base address of the array. Can we change the base address of the array?
How can I invoke another program from within a C program?
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?
What is the difference between a string and an array?
what is the use of operator ^ in C ? and how it works?
Explain what are reserved words?
How can I make a program in c to print 'Hello' without using semicolon in the code?
9 Answers C DAC, Practical Viva Questions,
Explain how do you determine a file’s attributes?
Explain what is operator promotion?
Write a program with dynamically allocation of variable.
dynamically allocate memory for linear array of n integers,store some elements in it and find some of them
How to declare pointer variables?