what is available in C language but not in C++?
Answer Posted / akash
c secures more privacy than c++
Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
code for quick sort?
Which built-in library function can be used to match a patter from the string?
Explain how can I read and write comma-delimited text?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
What is a ternary operator in c?
Explain about the functions strcat() and strcmp()?
What is data type long in c?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
What is a pointer and how it is initialized?
What is break statement?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
Write a program to generate the Fibinocci Series
What are the preprocessor categories?
Why string is used in c?
What is enumerated data type in c?