What is the meaning of && in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is difference between userlevel threads and kernel level threads ?what are the trades offs between these two approaches ? what approach is most frequently used and why ?
what are two kinds of java
c program to manipulate x=1!+2!+3!+...+n! using recursion
Which is the best website to learn c programming?
Why can’t we compare structures?
Hierarchy decides which operator a) is most important b) is used first c) is fastest d) operates on largest numbers
Explain indirection?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
0 Answers Sikkim Manipal University,
What is the meaning When we write "#include" what is # and what does include does there???
What are the types of data structures in c?
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?
What are the advantages of using macro in c language?