Are the expressions * ptr ++ and ++ * ptr same?
No Answer is Posted For this Question
Be the First to Post Answer
How can I invoke another program from within a C program?
How is a two dimensional array passed to function when the order of matrix is not known at complie time?
what is difference between C and C++
1,1,5,17,61,217,?,?.
How can we allocate array or structure bigger than 64kb?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
how logic is used
How can you determine the maximum value that a numeric variable can hold?
Difference between goto, long jmp() and setjmp()?
Write a main() program that calls this function at least 10 times. Try implementing this function in two different ways. First, use an external variable to store the count. Second, use a local variable. Which is more appropriate?
Describe the modifier in c?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above