Answer Posted / bharat chandra
pointer is dynamic memory allocaton and memory space are
reduce.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
What are the modifiers available in c programming language?
What are the rules for identifiers in c?
Find MAXIMUM of three distinct integers using a single C statement
Explain how do you override a defined macro?
Is void a keyword in c?
What is a far pointer in c?
program to convert a integer to string in c language'
Explain what are multidimensional arrays?
Is the exit() function same as the return statement? Explain.
How do you use a pointer to a function?
How do I send escape sequences to control a terminal or other device?
Which driver is a pure java driver
What is static function in c?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25