a parameter passed between a calling program and a called program
a) variable
b) constant
c) argument
d) all of the above
No Answer is Posted For this Question
Be the First to Post Answer
how many key words availabel in c a) 28 b) 31 c) 32
what is the purpose of the code, and is there any problem with it. unsigned int v[10]; unsigned int i = 0; while (i < 10) v[i] = i++;
hello everybody can we change a the adress of a variabl i mean can i put for exemple for a int *p: &p=6 ?????????
what is the output of printf("%d",(scanf("%d",10));
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
What is variable initialization and why is it important?
write a program to find the given number is prime or not
2 Answers Accenture, Vasutech,
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
Explain About fork()?
What is the use of structure padding in c?
How can I find the modification date and time of a file?
what is c?