Answer Posted / jh
ds is an data structure
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Are c and c++ the same?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
Is exit(status) truly equivalent to returning the same status from main?
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 the purpose of type declarations?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
What is the difference between malloc() and calloc() function in c language?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
What is null pointer in c?
What is the difference between array and pointer?
How would you obtain the current time and difference between two times?
How do shell structures work?