Explain heap and queue.
No Answer is Posted For this Question
Be the First to Post Answer
What does void main return?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
ABCDCBA ABC CBA AB BA A A
What is calloc()?
Is c high or low level?
What is adt in c programming?
Explain what is page thrashing?
How to use c/c++ code in JAVA
10 Answers CDAC, IBM, Satyam, Scope International,
write a c program to find the square of a 5 digit number and print the result.
5 Answers Accenture, Sasken, Vimukti Technologies,
#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } Find the output
How can I invoke another program or command and trap its output?
What is data structure in c language?