fn main()

▼
Showing posts with label cprogramming. Show all posts
Showing posts with label cprogramming. Show all posts
Thursday, February 20, 2020

gdb tips - PART1

›
gdb Some gdb ( GNU debugger) tips It is very important to understand the debugging tools and their different functio...
Tuesday, February 18, 2020

Have you ever tried Ctrl+x 2 in GDB ?

›
I got amazed when I tried Ctrl+x  2 in gdb and step through code. I never thought GDB had an option to do this. gdb debugging with ctrl+x...
Friday, July 21, 2017

Why isn't int = 16 bits in C language always?

›
I know C is machine dependent or compiler dependent . The sizeof(int) might returns different in different machines or hardware ? Is it real...
Saturday, July 23, 2016

hackerrank

›
Are you want to program some algorithms or some basic CS concepts ? I would say you can go and try it in https://www.hackerrank.com
Wednesday, June 15, 2016

Search a Tree - C program

›
Computer is a robot , our program  should identify the repetitive task and make computer do that repetitive task with less lines of code.......
Monday, June 13, 2016

Strace on a tree structure C program

›
When I tried to access 'unallocated node value' , as usual 'Segmentation fault' came as output :-) But i am not fully clea...
›
Home
View web version
Powered by Blogger.