Compare and contrast compilers from interpreters.
No Answer is Posted For this Question
Be the First to Post Answer
how many errors in c explain deply
What is switch in c?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
write a program to sort the elements in a given array in c language
What is function and its example?
How many types of errors are there in c language? Explain
How does free() know how many bytes to free?
How to print %d in output
how to multiply two number taking input as a string (considering sum and carry )
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
#define min((a),(b)) ((a)<(b))?(a):(b) main() { int i=0,a[20],*ptr; ptr=a; while(min(ptr++,&a[9])<&a[8]) i=i+1; printf("i=%d\n",i);}
how to add numbers without using arithmetic operators.