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
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
Which is better pointer or array?
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
Explain what is the difference between #include and #include 'file' ?
What is 02d in c?
how to make a scientific calculater ?
What is a nested formula?
Write a Program to accept different goods with the number, price and date of purchase and display them
Why is event driven programming or procedural programming, better within specific scenario?
Who invented bcpl language?
main() { printf("hello"); fork(); }
How can I pad a string to a known length?
What are the benefits of organizational structure?
Explain how are 16- and 32-bit numbers stored?
What is uint8 in c?