What is the size of structure pointer in c?
What is c method?
What is indirection? How many levels of pointers can you have?
post new interiew question and aptitude test papers
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
How to avoid buffer overflow?
Explain how can I read and write comma-delimited text?
Here is a good puzzle: how do you write a program which produces its own source code as output?
What is identifier in c?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
can any one provide me the notes of data structure for ignou cs-62 paper
What is #define in c?
What is sizeof int in c?