Is there any possibility to create customized header file with c programming language?
No Answer is Posted For this Question
Be the First to Post Answer
input any 4 digit number and find the difference of all the digits?
How to reverse a string using a recursive function, with swapping?
What's the difference between struct x1 { ... }; and typedef struct { ... } x2; ?
Is it possible to create recycle bin in mobiles?
How do you construct an increment statement or decrement statement in C?
What is structure of c program?
how to print this pyramid * * * * * * * * * * * * *
How can I recover the file name given an open stream or file descriptor?
main() { int i = -3,j=2,k=0,m; m= ++i || ++j && ++k; printf("%d%d%d",i,j,k,m); }
Where can I get an ansi-compatible lint?
what is pointer?
13 Answers HCL, TCS,
pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?
2 Answers eClerx, Excel, kenexa,