we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called
a) calls by reference
b) calls by value
c) calls by zero
d) none of the above
No Answer is Posted For this Question
Be the First to Post Answer
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
Can you think of a logic behind the game minesweeper.
what does ‘#include’ mean?
write a program that eliminates the value of mathematical constant e by using the formula e=1+1/1!+1/2!+1/3!+
difference between malloc and calloc
consider the following structure: struct num nam{ int no; char name[25]; }; struct num nam n1[]={{12,"Fred"},{15,"Martin"},{8,"Peter"},{11,Nicholas"}}; ..... ..... printf("%d%d",n1[2],no,(*(n1 + 2),no) + 1); What does the above statement print? a.8,9 b.9,9 c.8,8 d.8,unpredictable value
What is the translation phases used in c language?
Write a code to generate a series where the next element is the sum of last k terms.
Why string is used in c?
how will you write a program on linked lists using JAVA programming???????????
Explain how do you override a defined macro?
Write a program to swap two numbers without using third variable?