Does * p ++ increment p or what it points to?
No Answer is Posted For this Question
Be the First to Post Answer
What is a c token and types of c tokens?
Difference between Shallow copy and Deep copy?
Print all the palindrome numbers.If a number is not palindrome make it one by attaching the reverse to it. eg:123 output:123321 (or) 12321
How can I invoke another program or command and trap its output?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
How Many Header Files in c?
given the piece of code int a[50]; int *pa; pa=a; to access the 6th element of the array which of the following is incorrect? a.*(a+5) b.a[5] c.pa[5] d.*(*pa + 5)
What are reserved words with a programming language?
What is the difference between fread buffer() and fwrite buffer()?
2. What does static variable mean?
What is sizeof array?
What is main () in c language?