Answer Posted / raji
c having no security for data..but c++ having that
security,using class(access specifier).
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is the process to generate random numbers in c programming language?
What is the easiest sorting method to use?
What is data structure in c and its types?
What is a dynamic array in c?
If null and 0 are equivalent as null pointer constants, which should I use?
What's the right way to use errno?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
Define recursion in c.
What is keyword in c?
Can we change the value of constant variable in c?
Explain what is the benefit of using an enum rather than a #define constant?
How do you define structure?
What are the advantages of c language?
How do I read the arrow keys? What about function keys?
What is the c language function prototype?