what is the diffrence between ++x , x++ pleaaaaase ???
Answer Posted / shaleen
their is not any difference betweem any two.
| Is This Answer Correct ? | 1 Yes | 29 No |
Post New Answer View All Answers
write a program that can LOCATE and INSERT elements in array using c++ programming languages.
Write a (n) algorithm that sorts n distinct integers, ranging in size between 1 and kn inclusive, where k is a constant positive integer. (Hint: Use a kn-element array.)
i don't know about working of nested for loop can any one help me
How to Split Strings with Regex in Managed C++ Applications?
Write a simple encryption program using string function which apply the substitution method.
create a stucture student containing field for roll no,class,year and marks.create 10 student annd store them in a file
Performance Algorithm A performs 10n2 basic operations and algorithm B performs 300 lg n basic operations. For what value of n does algorithm B start to show its better performance?
Code for Easily Using Hash Table?
output for printf("printf");
can you please write a program for deadlock that can detect deadlock and to prevent deadlock.
Ask the user to input three positive integers M, N and q. Make the 2 dimensional array of integers with size MxN, where all the elements of I (I = 1,…,M) line will be members of geometrical progression with first element equal to the number of line (I) and denominator q.
how to take time as input in the format (12:02:13) from user so that controls remains between these columns?
How to swap two ASCII numbers?
write a program to convert temperature from fa height into celcius and vise versa,use modular programming
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.