What is the advantage of c?
No Answer is Posted For this Question
Be the First to Post Answer
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?
What is the use of c language in real life?
Explain do array subscripts always start with zero?
what would be the output of the follwing struct st { char name[20]; int i; float f; }; main() { struct st emp = {"forum"}; printf("%d %f",emp.i,emp.f); }
Which of the following is not a valid declaration for main ()? 1) int main() 2) int main(int argc, char *argv[]) 3) They both work
c program to arrange digits in a no in ascending and descending order
What does %c do in c?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
How to use c/c++ code in JAVA
10 Answers CDAC, IBM, Satyam, Scope International,
Explain spaghetti programming?
what would be the output of the following program? main() { int k = 123; char *ptr; ptr = &k; printf("%d",*ptr); }
how memory store byte