what is the benefit of c30
Answers were Sorted based on User's Feedback
Can include files be nested? How many levels deep can include files be nested?
difference between loading and linking
void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }
Write a program for deleting duplicate elements in an array
what is develop in c language
What is the function of this pointer?
0 Answers Agilent, ZS Associates,
What is uint8 in c?
what is difference between overriding and overloading?
Develop a flow chart and write a c program to find the roots of a quadratic equation ax2+bx+c=0 using switch and break statement.
What is the o/p of the follow pgm? #include<stdio.h> main() { char char_arr[5]=”ORACL”; char c=’E’; prinf(“%s\n”,strcat(char_arr,c)); } a:oracle b. oracl c.e d.none
What is the restrict keyword in C?
What is keyword with example?