Skip to main content

SRM AP -B.Tech III Year -Computer Networks-CSE301

CN Syllubus Overview of CN

Programming Skills

Comments

  1. This comment has been removed by the author.

    ReplyDelete
  2. Replies
    1. Fork system call use for creates a new process, which is called child process, which runs concurrently with process (which process called system call fork) and this process is called parent process. After a new child process created, both processes will execute the next instruction following the fork() system call

      Delete

Post a Comment

Popular posts from this blog

E1-CSE-CS2102-Object Oriented Programming Through Java

  Course code Course Name Course Category L-T-P Credits CS2102   Object Oriented Programing through JAVA   PCC   3-1-0   4   Course Learning Objectives: 1.        Gain knowledge about basic Java language syntax and semantics to write Java programs and use concepts such as variables, conditional and iterative execution methods etc., 2.        Understanding the fundamentals of object-oriented programming in Java, including defining classes, objects, invoking methods etc. and exception handling mechanisms. 3.         Understand the principles of inheritance, packages and interfaces. 4.         Understand the principles of Multithreading and Event handling ...

E1 CSE C Programming Theory -20CS1101

                        Problem Solving and Programming Through C      CSE Roll Lis   E1 CSE Attendance from 12th Oct 2022 to  31st Oct 2022 --👈👈👈👈👈👈👈👈👈👈 Academic Calendar Lesson plan   Page No  1 Lesson Plan Page No 2 Lesson Plan Page No 3 Lesson Plan Page No 4 UNIT I  and UNIT II for Reference UNIT I  Operator Precedence and associativity, Bitwise operators, Type casting and conversion UNIT II Loops and break, continue statements UNIT III _Arrays Introduction UNIT III Arrays Reference Strings Introduction UNIT III Strings Reference CSE3 Project work1 Screen shot  CSE4 Project work1 Screen shot CSE4 MID1 Marks --👈👈👈👈👈👈👈👈👈👈👈👈👈👈 CSE3 MID1 Marks --👈👈👈👈👈👈👈👈👈👈👈👈👈👈 E1 CSE Attendance from 12th Oct2022 to 30th Nov 2022 --👈👈👈👈👈👈👈👈👈👈 UNIT IV FUNCTIONS UNIT IV Call by value and call by reference