write a C and C++ programme to implement the
A,bubble sort
B,quick sort
C,insertion sort
D,sequential search
E,binary search
do you think its fraud or original company?
What is the difference between far and near ?
#include<stdio.h> void main() { int a,b,c; a=b=c=1; c=++a || ++b && ++c; printf("%d\t%d\t%d",a,b,c); }
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
Write a C program to perform some of the operation which can be performed using Single linked list
Explain the difference between malloc() and calloc() in c?
How many types of errors are there in c language? Explain
Why header file is used in c?
What is an auto keyword in c?
Explain how does free() know explain how much memory to release?
How to throw some light on the b tree?
what is answer for perfect number????????????????