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
What is the use of clrscr?
When was c language developed?
List out few of the applications that make use of Multilinked Structures?
What are examples of structures?
What are the advantages and disadvantages of pointers?
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
Suggesting that there can be 62 seconds in a minute?
What is the use of typedef in structure in c?
Write a c program to demonstrate character and string constants?
What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }
What are the storage classes in C?
Do string constants represent numerical values?
What is the purpose of the statement: strcat (S2, S1)?
What is the difference between functions abs() and fabs()?
What is the default value of local and global variables in c?