Disadvantages of C language.
No Answer is Posted For this Question
Be the First to Post Answer
write the program to find multiplication of 2-D matrix??????????
What are header files in c programming?
12. Look at the Code: main() { int a[]={1,2,3},i; for(i=0;i<3;i++) { printf("%d",*a); a++; } } Which Statement is/are True w.r.t the above code? I.Executes Successfully & Prints the contents of the array II.Gives the Error:Lvalue Required III.The address of the array should not be changed IV.None of the Above. A)Only I B)Only II C)II & III D)IV
which operator having lowest precedence?? a.)+ b.)++ c.)= d.)%
main() { unsigned int k = 987 , i = 0; char trans[10]; do { trans[i++] =(char) (k%16 > 9 ? k%16 - 10 + 'a' : '\0' ); } while(k /= 16); printf("%s\n", trans); }
What is the difference between i++ and i+1 ?(in terms of memory)
What are the functions to open and close the file in c language?
Given a piece of code int x[10]; int *ab; ab=x; To access the 6th element of the array which of the following is incorrect? (A) *(x+5) (B) x[5] (C) ab[5] (D) *(*ab+5} .
Why do we use pointer to pointer in c?
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); }
27 Answers Advent Global Solutions, CitiGroup, Valeo Lighting Systems India Private Limited, Vishal Transformers, Wipro, Zencer,
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
write a program fibonacci series and palindrome program in c
0 Answers Aditi Placement Service,