How to write a code for reverse of string without using
string functions?
No Answer is Posted For this Question
Be the First to Post Answer
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
What is c language used for?
what is function pointer?
Is file a keyword in c?
How to add two numbers with using function?
Can we assign string to char pointer?
Reverse the bit order in a single macro. eg. i/p = 10010101 --> o/p = 10101001
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
Explain how do you determine whether to use a stream function or a low-level function?
How can you allocate arrays or structures bigger than 64K?
How can we see the Expanded source code and compiled code for our source program in C?