Distinguish between actual and formal arguments.
No Answer is Posted For this Question
Be the First to Post Answer
Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }
How can I list all of the predefined identifiers?
Tell me a C program to display the following Output? 1 1 1 1 1 2 2 2 2 3 3 3 4 4 5
Why dont c comments nest?
What are the key features of C?
how to make c program without a libary? e.g.#include<stdio.h> libary is not in c progaram.
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 "); }
I have one doubt. What does below statement mean? #define sizeof(operator) where operator can be int or float etc. Does this statement meaningful and where it can be used?
coding for Fibonacci.?
What is else if ladder?
Why ordinary variable store only one value
c program to print a name without using semicolon