Differentiate between declaring a variable and defining a variable?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program that will read the input of any number of digits n in a row of shafh showing the breakdown of the printing and printing figures by the recursive function.
Is a pointer a kind of array?
What is openmp in c?
What is a good data structure to use for storing lines of text?
how to implement stack work as a queue?
Why use int main instead of void main?
What is the difference between volatile and const volatile?
Why do we need volatile in c?
what's the return value of malloc()
what is the use of keyword volatile??
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
What is the size of enum in c?