Answer Posted / fazlur rahaman naik
5th element in an array of integer pointers.
| Is This Answer Correct ? | 4 Yes | 10 No |
Post New Answer View All Answers
What is #line used for?
Explain how do you list a file’s date and time?
Can main () be called recursively?
Why doesnt long int work?
Which is more efficient, a switch statement or an if else chain?
What is a example of a variable?
What are the advantages and disadvantages of a heap?
Who is the founder of c language?
Does c have class?
Can we change the value of static variable in c?
What is a lookup table in c?
How do you list files in a directory?
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
Is a house a shell structure?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks