what is used instead of pointers in java than c?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
What are the advantages of using linked list for tree construction?
Explain how does free() know explain how much memory to release?
I have one doubt. What does below statement mean? #define sizeof(operator) where operator can be int or float etc. Does this statement meaningful and where it can be used?
if the total selling price of 15 items and the total profit earned on them is input through the keyboard, write a program to find the cost price of one of the item
count the numbers between 100 and 300, that star with 2 and ends with 2
how to print this sereis 2 4 3 6 5..........?
what is the basis for selection of arrays or pointers as data structure in a program
Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We Are Student “ Output: "We Are Student"
program to find the ASCII value of a number
Define recursion in c.
What is the mean of function?