What is indirection?
No Answer is Posted For this Question
Be the First to Post Answer
write a c programme for add of two numbers with out use of arthematic operators
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
0 Answers Aegis, CDAC, Infosys,
What is sizeof in c?
Explain what is a const pointer?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
inline function is there in c language?
implement general tree using link list
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(); }
How can a program be made to print the name of a source file where an error occurs?
What are pointers? What are stacks and queues?
How to delete a node from linked list w/o using collectons?
Is null a keyword in c?