What is the general form of function in c?
No Answer is Posted For this Question
Be the First to Post Answer
What does *p++ do?
where does malloc() function get the memory?
Which command is more efficient? *(ptr+1) or ptr[1]
what is the hexidecimal number of 4100?
What language is c written?
we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?
What are 'near' and 'far' pointers?
Write a Program to accept different goods with the number, price and date of purchase and display them
program in c to print 1 to 100 without using loop
Write the Program to reverse a string using pointers.
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
What are the 5 types of inheritance in c ++?