What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
what is pointer
C program to perform stack operation using singly linked list
write a method for an array in which it can display the largest n next largest value.
i want to know aptitude questions,technical questions
What is the purpose of main() function?
what is the defrenece between structure and union
hi , please send me NIC written test papers to sbabavalli@gmail.com
write a program for the normal snake games find in most of the mobiles.
Explain output of printf("Hello World"-'A'+'B'); ?
What is volatile, register definition in C
What is the difference between i++ and i+1 ?(in terms of memory)
What is the easiest sorting method to use?