31 - WAP to check if Processor is Little Endian or Big Endian in C November 24, 2017 This program check's if Processor is Little Endian or Big Endian in C Program Code : //it will check whether the processor is li...Read More
30 - WAP to Squeeze Characters from a String in C November 24, 2017 This program Squeeze's Characters from a given String in C. Program Code : // WAP to Squeeze Characters from a String #include...Read More
29 - WAP to Concatinnate 2 Files using Command Line Arguments in C November 24, 2017 This Program enables the user to Concatinnate 2 files into 1 from Command Line Arguments in C. Program Code : //program to copy #in...Read More
28 - WAP to implement own atoi & itoa function in C November 24, 2017 This program used to implement own atoi & itoa function in C. atoi - This function converts string argument ('str') to a...Read More
27 - WAP to Implement own Strtok(), Strstr(), Strcmp() Function's in C November 24, 2017 This is a Program to implement own strtok(), strstr(), & strcmp() function. strtok() - This function is basically used for spli...Read More