Write a code on reverse string and its complexity.
No Answer is Posted For this Question
Be the First to Post Answer
Explain this code. #include <stdio.h> void f1(int *k) { *k = *k + 10; } main ( ){ int i; i = 0; printf (" The value of i before call %d \n", i); f1 (&i); printf (" The value of i after call %d \n", i); }
HOW TO SWAP TWO NOS IN ONE STEP?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
What is console in c language?
What is formal argument?
What is const volatile variable in c?
write an algorithm to get a sentence and reverse it in the following format: input : I am here opuput: Here Am I note: first letter of every word is capiatlised
i want to know aptitude questions,technical questions
What is pivot in c?
Tell me the use of bit field in c language?
how memory store byte
What are the basic data types associated with c?