Answer Posted / amar
abc+de-*/
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What is the stack in c?
Can we assign integer value to char in c?
Explain how do you generate random numbers in c?
What is the concatenation operator?
Explain the use of bit fieild.
What is a pointer value and address in c?
What is type qualifiers?
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
Explain can the sizeof operator be used to tell the size of an array passed to a function?
How to explain the final year project as a fresher please answer with sample project
What is the difference between exit() and _exit() function?
What is a global variable in c?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
What is the purpose of sprintf?
What is class and object in c?