explain what are actual arguments?
No Answer is Posted For this Question
Be the First to Post Answer
what is stack , heap ,code segment,and data segment
c program to subtract between two numbers without using '-' sign and subtract function.
every function has return the value?
What is pragma in c?
What are categories used for in c?
Is int a keyword in c?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
What is meaning of "Void main" in C Language.
24 Answers Ford, GU, HCL, IBIBS, JUW, TCS,
HOW CAN ADD OUR FUNCTION IN LIBRARY.
#include<stdio.h> main() { int i=5; printf("%d",i*i-- - --i*i*i++ + ++i); } tell the answer with correct reason .specially reason is important nt answer ans by turbo c is -39
Why is c still so popular?
I came across some code that puts a (void) cast before each call to printf. Why?