Write the Program to reverse a string using pointers.
No Answer is Posted For this Question
Be the First to Post Answer
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
How will you declare an array of three function pointers where each function receives two ints and returns a float?
What is the heap?
what are the files which are automatically opened when a c file is executed?
WHAT IS C?
What is the difference between mpi and openmp?
can i know the source code for reversing a linked list with out using a temporary variable?
how we do lcm of two no using c simple if while or for statement
Write a simple program to find the size of different basic data types in C.
WRITE A PROGRAM TO PRINT THE FOLLOWING OUTPUTS USING FOR LOOPS. A) * B) ***** *** * * ***** * * *****
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
the data type used for unlimited value in c and how to do this program