please dont conside the output pasted above . It is giving the address as well The output of the above program is d c d b d c d
/* THE BELOW CODE IS WORKING #include<stdio.h> #include<string.h> void string_rev(char*); int main() { char str[20]="ABCDEF GHIJKL";...
Go it :) thanks a lot
//try this code #include<stdio.h> void hex_to_int(long); int main() { long ip; printf("\n\tEnter a decimal number : "); scanf("%ld",&ip);...
#include<stdio.h> int main() { void print(); } void print() { printf("\n in the function \n "); } IN THE ABOVE CODE 1. if i write void in...
Separate names with a comma.