What are formal parameters?
No Answer is Posted For this Question
Be the First to Post Answer
What is that continue statement??
Who invented b language?
there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?
How can I increase the allowable number of simultaneously open files?
is it possible to create your own header files?
Explain function?
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
What is the meaning of typedef struct in c?
what is diognisis?
What is the general form of function in c?
how to find anagram without using string functions using only loops in c programming
how can we use static and extern?and where can we use this?