What is New modifiers?
No Answer is Posted For this Question
Be the First to Post Answer
How can I implement opaque (abstract) data types in C? What's the difference between these two declarations? struct x1 { ... }; typedef struct { ... } x2;
write a programe to find the factorial of given number using recursion
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
differentiate between const char *a; char *const a; and char const *a;
2 Answers College School Exams Tests, HCL, TCS,
WHOT IS CHAR?
is it possible to create your own header files?
what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
find the size of structure without using the size of function
What does sizeof return c?
What are the different types of pointers used in c language?
what is link list?