Which is the memory area not included in C program? give the
reason
No Answer is Posted For this Question
Be the First to Post Answer
can we implement multi-threads in c.
can we access one file to one directory?
do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?
Can U write a C-program to print the size of a data type without using the sizeof() operator? Explain how it works inside ?
I have seen function declarations that look like this
How are pointers declared in c?
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?
How can a string be converted to a number?
what does " calloc" do?
What is a structure member in c?
write a c program for swapping two strings using pointer
Explain main function in c?