Answer Posted / divakaran
i am a very talented guy and i can share my
ideas,skills,knowledge effectively and i will work hard for
the development of your company
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What are Macros? What are its advantages and disadvantages?
How can you allocate arrays or structures bigger than 64K?
Which built-in library function can be used to match a patter from the string?
Explain what are multibyte characters?
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
How can I open a file so that other programs can update it at the same time?
What is meant by high-order and low-order bytes?
write a c program for swapping two strings using pointer
#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
Why c is a mother language?
How is a macro different from a function?
How do you define a string?
Explain what are its uses in c programming?
Is Exception handling possible in c language?