How will you divide two numbers in a MACRO?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to generate the Fibinocci Series
What is the difference between realloc() and free()
What is the symbol indicated the c-preprocessor?
How to write a multi-statement macro?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
how can i get output the following... 5 4 3 2 1 4 3 2 1 3 2 1 2 1 1 and 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 plz plz...
Can 'this' pointer by used in the constructor?
write a program that will print %d in the output screen??
wt is d full form of c
What is pass by reference in c?
write a c/c++ programthat 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.
What is an object?