In c programming language, how many parameters can be passed to a function ?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to generate the first n terms in the series --- 9,11,20,31,...,82
what is the output of the following program and explain the answer #include<stdio.h> exp() { main(5) } main(int a) { printf("%d",a); return; }
What are the storage classes in C?
List some of the static data structures in C?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
What are the benefits of organizational structure?
Who is the founder of c language?
write a fuction for accepting and replacing lowercase letter to'Z' with out using inline function.
Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
What are the salient features of c languages?
Once I have used freopen, how can I get the original stdout (or stdin) back?
code for concatination of 2 strings with out using library functions?