Explain heap and queue.
No Answer is Posted For this Question
Be the First to Post Answer
find largest of 3 no
What is the difference between union and structure in c?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
what is difference between c and c++
What is the use of function in c?
Why enum is used in c?
Explain how do you search data in a data file using random access method?
logic for x=y^n
Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors
main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }
What is the process to create increment and decrement stamen in c?
increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {