How many data structures are there in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are the disadvantages of external storage class?
Explain goto?
what is inline function?
What is logical error?
How to receive strings with spaces in scanf()
What is meaning of tree
f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?
Explain how can I manipulate strings of multibyte characters?
Differentiate between Macro and ordinary definition.
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?
how to get starting address of a running C program