what is the different between data structure and data type?
Answer Posted / shalini
data structure is the way of organising and storing the
data, where as data type is the one that defines the
required data for the program requirement.
ex: integer, char,float
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
How can I split up a string into whitespace-separated fields?
How does #define work?
Why c is called procedure oriented language?
What is the difference between test design and test case design?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
What is a example of a variable?
Write a C program linear.c that creates a sequence of
processes with a given length. By
sequence it is meant that each created process has exactly
one child.
Let's look at some example outputs for the program.
Here the entire process sequence consists of process 18181:
Sara@dell:~/OSSS$ ./linear 1
Creating process sequence of length 1.
18181 begins the sequence.
An example for a sequence of length three:
Sara@dell:~/OSSS$ ./linear 3
Creating process sequence of length 3.
18233 begins the sequence.
18234 is child of 18233
18235 is child of 18234
........ this is coad .... BUt i could not compleate it .....:(
#include
Write a function that will take in a phone number and output all possible alphabetical combinations
how to capitalise first letter of each word in a given string?
please explain every phase in the "SDLC" in the dotnet.
Why do we use static in c?
What will be the outcome of the following conditional statement if the value of variable s is 10?
Why does the call char scanf work?
What is a volatile keyword in c?