What is register variable in c language?
No Answer is Posted For this Question
Be the First to Post Answer
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
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.
write a c program for swapping two strings using pointer
application attempts to perform an operation?
what is function pointer?
What is break in c?
Why is sprintf unsafe?
Explain what is the general form of a c program?
What is an expression?
how can we use static and extern?and where can we use this?
c language interview questions & answer
Write a C program to check a number even or odd, without using any relational, arithmetic operator and any loops.