What is the argument of a function in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

how to write a program which adds two numbers without using semicolon in c

2 Answers  


What is uint8 in c?

0 Answers  


What is Dynamic memory allocation in C? Name the dynamic allocation functions.

1 Answers  


Name the language in which the compiler of "c" in written?

3 Answers   Bajaj,


Write a C program to convert an integer into a binary string?

1 Answers  






why programs in c are running with out #include<stdio.h>? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }

0 Answers  


What is a pointer value and address in c?

0 Answers  


What is null in c?

0 Answers  


main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }

2 Answers  


Is stack a keyword in c?

0 Answers  


What are the commands should be given before weiting C Program i.e, Cd.. like

4 Answers   IBM, Infonet, Satyam, Tech Mahindra,


c program to manipulate x=1!+2!+3!+...+n! using recursion

1 Answers   TCS,


Categories