Answer Posted / p.saravanana
Data structure is a (computer science) the organization of
data (and its storage allocations in a computer)
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
What is meant by keywords in c?
Where local variables are stored in c?
What is the advantage of using #define to declare a constant?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
What is the condition that is applied with ?: Operator?
What are the differences between Structures and Arrays?
What is an lvalue in c?
Mention four important string handling functions in c languages .
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.. :(
How can I read data from data files with particular formats?
What is the explanation for the dangling pointer in c?
How can I recover the file name given an open stream or file descriptor?