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
No Answer is Posted For this Question
Be the First to Post Answer
What is the general form of function in c?
What is null in c?
can u suggest me am in a confusion to choose whether to go to c programming or a software testing . am a graduate in B.sc(electronics).
a=0; b=(a=0)?2:3; a) What will be the value of b? why b) If in 1st stmt a=0 is replaced by -1, b=? c) If in second stmt a=0 is replaced by -1, b=?
What is wrong with this program statement?
What is the difference between far and near in c?
Write a program in c to input a 5 digit number and print it in words.
How can I do graphics in c?
WRITE A C PROGRAM FOR PRINT "RHOMBUS" STRUCTURE . Example: Enter the numbers :3 * * * * * * * *
What is the benefit of using #define to declare a constant?
what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software