What does dm mean sexually?
No Answer is Posted For this Question
Be the First to Post Answer
What is static identifier?
write a program to fined second smallest and largest element in a given series of elements (without sorting)
What is stack in c?
What is time complexity c?
How can I read/write structures from/to data files?
What is unsigned int in c?
what are the different storage classes in c?
What is file in c preprocessor?
What is key word in c language?
What are the two types of structure?
What is the output from this program? #include <stdio.h> void do_something(int *thisp, int that) { int the_other; the_other = 5; that = 2 + the_other; *thisp = the_other * that; } int main(void) { int first, second; first = 1; second = 2; do_something(&second, first); printf("%4d%4d\n", first, second); return 0; }
how to make program without <> in library.