How to implement a packet in C
What is the purpose of macro in C language?
What does the file stdio.h contain?
How can I implement opaque (abstract) data types in C? What's the difference between these two declarations? struct x1 { ... }; typedef struct { ... } x2;
What is New modifiers?
What is the difference between #include <header file> and #include “header file”?
what is the disadvantage of using macros?
why TCS selected more student in the software field from all institution.
void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }
/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*
What are the concepts introduced in OOPs?
Why does notstrcat(string, "!");Work?
What is structure pointer in c?