What are qualifiers?
No Answer is Posted For this Question
Be the First to Post Answer
What are local variables c?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
Why we not create function inside function.
Explain how can a program be made to print the line number where an error occurs?
What does main () mean in c?
What are the functions to open and close file in c language?
what is the output of the following program? main() { int c[]={2,8,3,4,4,6,7,5}; int j,*p=c,*q=c; for(j=0;j<5;j++) { printf("%d",*c); ++q; } for(j=0;j<5;j++) { printf("%d",*p); ++p; } }
How can you draw circles in C?
Why c is called procedure oriented language?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What is the c language function prototype?
WAP to find that given no is small or capital