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
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
what is diffrence between string and character array?
what is the structure?
given post order,in order construct the corresponding binary tree
What is identifier in c?
any string of bits of length 'n' represents a unique non- negative integer between.............?
what is the return value (status code) of exit() function.... what the arguments(integer value) passed to it means....
What is file in c preprocessor?
What is the correct code to have following output in c using nested for loop?
#include<stdio.h> #include<conio.h> void main() { int m=0111,n=20; printf("%d%d\n",m,n); getch(); }
What does a pointer variable always consist of?
how do you redirect stdout value from a program to a file?