Explain argument and its types.
No Answer is Posted For this Question
Be the First to Post Answer
write a program without using main function?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
write a c program to add two integer numbers without using arithmetic operator +
what is c
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
Write a program to swap two numbers without using the third variable?
What does nil mean in c?
to get a line of text and count the number of vowels in it
Explain what are reserved words?
Can a pointer be static?
What is extern storage class in c?