What are the advantages of using new operator as compared to the function malloc ()?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what does it mean when a pointer is used in an if statement?
What is break statement?
What is a pointer variable in c language?
what is array?
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?
What are header files? What are their uses?
What's a "sequence point"?
How many types of arrays are there in c?
How do you search data in a data file using random access method?
What are global variables?
Difference between Shallow copy and Deep copy?
Explain the difference between the local variable and global variable in c?