Pages
(Move to ...)
Home
Read Me
C Programming
Blog
K & R Answers
C Challenge
SICP
Vedic Maths
Unsorted
▼
Jun 23, 2021
K & R : Exercise 2.6 - setbits
›
K & R : Exercise 2.6 - setbits Problem Write a function setbits(x, p, n, y) that returns x with n bits that begin at...
2 comments:
Jun 22, 2021
K & R : Exercise 2.5 - alternate strpbrk
›
K & R : Exercise 2.5 - alternate strpbrk Problem Write the function any(s1, s2) which returns the first location in t...
Jun 21, 2021
K & R : Exercise 2.4 - squeeze string
›
K & R : Exercise 2.4 - squeeze string Problem Write an alternate version of squeeze(s1, s2) that deletes each charect...
Aug 16, 2017
SICP# E1.2: Translate formula to prefix notation
›
SICP# E1.2: Translate formula to prefix notation Translate the following expression into prefix form \(\dfrac{5 + 4 + (...
Aug 15, 2017
SICP# E1.1: Evaluate scheme expression
›
SICP# E1.1: Evalute scheme expression Below is a sequence of expressions. What is the result printed by the interpretter in ...
Nov 27, 2016
Blog: My life changing YouTube video (FIGHTMEDIOCRITY TOP 9 BOOKS)
›
Blog #3: My life changing YouTube video (FIGHTMEDIOCRITY TOP 9 BOOKS) Around 7 months ago I stumbled across a YouTube video ...
2 comments:
Nov 26, 2016
Blog: Vada
›
Blog #2: Vada Saturday and Sunday being the weekends, my wife makes some wonderful breakfast. Weekdays i generally have my b...
1 comment:
C Programming #91: fileio - fprintf, fscanf
›
C Programming #91: fileio - fprintf, fscanf Similarly how there was formatted print function for stdio , there are function ...
Nov 25, 2016
Blog: Getting started, Why K&R is the best book on C programming?
›
Blog #1: Getting started, Why K&R is the best book on C programming? On November 25th 2016 @ 8:20 I have decided that - ...
K & R : Exercise 2.3 - htoi - hex to integer
›
K & R : Exercise 2.3 - htoi - hex to integer Problem Write the function htoi(s) which converts a string of hexadecima...
Nov 15, 2016
C Programming #90: fileio - fopen, fclose, fgetc, fputc, fgets, fputs
›
C Programming #90: fileio - fopen, fclose, fgetc, fputc, fgets, fputs This article go through several API related file opera...
Nov 14, 2016
K & R : Exercise 2.2 - loop equivalent
›
K & R : Exercise 2.2 - loop equivalent Problem Write a loop equivalent to the for loop below without using &&...
Sep 8, 2016
C Programming #89: printf - %n specifier
›
C Programming #89: printf - %n specifier This article explains format specifier %n which can be used in printf. Already othe...
Sep 7, 2016
K & R : Exercise 2.1 - Range of char, short, int and long
›
K & R : Exercise 2.1 - Range of char, short, int and long Problem Write a Program to determine the ranges of char, sh...
Sep 6, 2016
C Programming #88: stdio - insane formatting in printf
›
C Programming #88: stdio - insane formatting in printf We have covered simple format specifier for printf and scanf here [ C...
›
Home
View web version