October 22, 2012
This video lecture is produced by S. Saurabh. He is B.Tech from IIT and MS from USA. Write your own implementation of strcpy. The function declaration is char* strspy(char* dst, const char* src). What are the problems associated with this function. This channel is an ultimate guide to prepare for job interviews for software engineers, software test engineers, computer scientists, engineering students specially computer science and IT engineers, Master of Computer Application (MCA) and Bachelor of Computer Application (BCA) students. The content of this channel will help students prepare for C,C++, Java, data structures and algorithms. It also covers courses related to networking and database. To study interview questions on Linked List watch www.youtube.com To prepare for programming Interview Questions on Binary Trees www.youtube.com To study programming Interview questions on Stack, Queues, Arrays visit www.youtube.com To watch all Programming Interview Questions visit www.youtube.com To learn about Pointers in C visit www.youtube.com To learn C programming from IITian S.Saurabh visit www.youtube.com “strcpy c” “strcpy in c code” “strcpy implementation” “strdup vs strcpy” “strcpy in c language” “strcpy source” “strcpy header file”
Tags: bachelor, binary-trees, channel, data-structures, education, function, linked-list, Problems, programming, software-test, strcpy-header, strcpy-source, ultimate-guide, usa, video
Posted in Software Functioning Abnormally | No Comments »
October 21, 2012
This video is produced by IITian S.Saurabh. He is B.Tech from IIT and MS from USA. Given a NXN maze, find a path from top left cell to bottom right cell given that you can only move in cells for which M[i][j] = 1 you can make horizontal and vertical moves in the maze but no diagonal move. This channel is an ultimate guide to prepare for job interviews for software engineers, software test engineers, computer scientists, engineering students specially computer science and IT engineers, Master of computer application (MCA) and Bachelor of Computer Application (BCA) students. The content of this channel will help students prepare for C,C++, Java, data structures and algorithms. It also covers courses related to networking and database. This channel can be used by students of NIIT, IGNOU etc too. Note: A small correction, I have given code which tries to search path by moving to right cell or bottom cell, but you can to more lines to move left and up also to search path in those direction.
Tags: bachelor, cell-or-bottom, channel, courses-related, data-structures, education, functioning abnormally, make-horizontal, search-path, software-test, usa, video
Posted in Software Functioning Abnormally | No Comments »