Answer Posted / k.kumar
Dennis Riche
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
What is ambagious result in C? explain with an example.
What is the difference between malloc calloc and realloc in c?
How can I ensure that integer arithmetic doesnt overflow?
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'); }
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
How can you increase the size of a statically allocated array?
What is the best organizational structure?
How do I convert a string to all upper or lower case?
What's the total generic pointer type?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
Simplify the program segment if X = B then C ← true else C ← false
Can you please compare array with pointer?
write a proram to reverse the string using switch case?
Write a program to print factorial of given number using recursion?
Explain how do you list a file’s date and time?