Stimulate calculator using Switch-case-default statement for
two numbers
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of pointers in C?
0 Answers Impetus, Motorola, Tavant Technologies, Virtusa,
write a program to display & create a rational number
Can you mix old-style and new-style function syntax?
Code for calculating square root without using library function, of math.h
What does the format %10.2 mean when included in a printf statement?
What will be result of the following program? void myalloc(char *x, int n) { x= (char *)malloc(n*sizeof(char)); memset(x,\0,n*sizeof(char)); } main() { char *g="String"; myalloc(g,20); strcpy(g,"Oldstring"); printf("The string is %s",g); } a) The string is : String b) Run time error/Core dump c) The string is : Oldstring d) Syntax error during compilation e) None of these
Which of the following sorts is quickest when sorting the following set: 1 2 3 5 4 1) Quick Sort 2) Bubble Sort 3) Merge Sort
What should malloc() do?
write a c programme for add of two numbers with out use of arthematic operators
write a program to display the array elements in reverse order in c language
How can I copy just a portion of a string?
What is Your Name :)