Answer Posted / hr@tgksolutions.com
The #include directive is used to include header files in a program. For example, #include<stdio.h> includes the standard input-output library.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why array is used in c?
find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }
Explain how can a program be made to print the name of a source file where an error occurs?
shorting algorithmS
Why can arithmetic operations not be performed on void pointers?
what is the function of pragma directive in c?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
How do I create a directory? How do I remove a directory (and its contents)?
Why pointers are used?
show how link list can be used to repersent the following polynomial i) 5x+2
What is string length in c?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
How can a number be converted to a string?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
provide an example of the Group by clause, when would you use this clause