How to compare array with pointer in c?
Explain what’s a signal? Explain what do I use signals for?
What is use of pointer?
HOW TO ANSWER IF ASKED " WHAT KIND OF A PERSON ARE YOU?" I NEED AN ANSWER THAT IMPRESS THE INTERVIEWER
What is the output of the program #include<stdio.h> #include<conio.h> void main() {0 int i,j=20; clrscr(); for(i=1;i<3;i++) { printf("%d,",i); continue; printf("%d",j); break; } getch(); }
what is call by value and call by reference
find largest element in array w/o using sorting techniques.
void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
How can I invoke another program from within a C program?
What will be the output of the following program #include<stdio.h> void main() { int i=20; i-=i+++++i++; printf("%d",i); }
write a programming in c to find the sum of all elements in an array through function.
Differentiate between the expression “++a” and “a++”?