What happens if you free a pointer twice?
No Answer is Posted For this Question
Be the First to Post Answer
Tell me what are bitwise shift operators?
write a function which accept two numbers from main() and interchange them using pointers?
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.
Define function ?Explain about arguments?
2 Answers Geometric Software, Infosys,
How do you construct an increment statement or decrement statement in C?
What does typeof return in c?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
What is getche() function?
write a program to display the numbers having digit 9 in the given range from 1 to 100
how to write a bubble sort program without using temporary variable?
logic for x=y^n
Is void a keyword in c?