What is actual argument?
No Answer is Posted For this Question
Be the First to Post Answer
int a=20; int b=30; int c=40; printf("%d%d%d"); what will be the output?
What is the difference between #include <header file> and #include “header file”?
explain what is a newline escape sequence?
What should be keep precautions while using the recursion method?
How to compare array with pointer in c?
what is the use of call back function in c?tell me with example
which type of aspect you want from the student.
Write a program to find given number is even or odd without using any control statement.
Given an unsigned integer, find if the number is power of 2?
write a program to generate 1st n fibonacci prime number
to find the closest pair
What is wrong in this statement?