Answer Posted / noopur
an object is the real instant of a class where class is a user defined datatype and class is a variable of that data type also called complex variable.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which function in C can be used to append a string to another string?
How can I remove the trailing spaces from a string?
Explain what is the difference between a string and an array?
What does nil mean in c?
What is the concatenation operator?
How can I split up a string into whitespace-separated fields?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
Explain why can’t constant values be used to define an array’s initial size?
What is the difference between %d and %i?
Is null always equal to 0(zero)?
Is there a way to switch on strings?
Is c is a middle level language?
What do you mean by keywords in c?
What is struct node in c?
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)