Is a pointer a kind of array?
No Answer is Posted For this Question
Be the First to Post Answer
What would be an example of a structure analogous to structure c?
how to find the binary of a number?
how does the C compiler interpret the following two statements p=p+x; q=q+y; a.p=p+x; q=q+y b.p=p+xq=q+y c.p=p+xq; q=q+y d.p=p+x/q=q+y
which is faster execution: loops or recursion?
Which is an example of a structural homology?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
in b=6.6/a+(2*a+(3*c)/a*d)/(2/n); which operation will be performed first a) 6.6/a b) 2*a c) 3*c d) 2/n
What is the use of the restrict keyword?
What is string function c?
What is main function in c?
What is variable declaration and definition in c?