Answer Posted / guest
string is a sequence of characters where as array is
collections of differnt strings which are having same data type.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Tell me when would you use a pointer to a function?
Explain void pointer?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
What are derived data types in c?
Ow can I insert or delete a line (or record) in the middle of a file?
what are the 10 different models of writing an addition program in C language?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
Explain how do you print only part of a string?
What is meant by preprocessor in c?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
Implement bit Array in C.
Define and explain about ! Operator?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.