SURAKU BLOGS

Suraku-Blog

Solved Paper PPL Through C | 2016 | Rajasthan...

  • By Suresh Kulahry
  • |
  • February 28, 2020

In this blog, we provide the solution of BCA Part-I Previous Year Paper of subject Principle of Programming Languge T...

Read More
Suraku-Blog

Dynamic Memory Allocation (DMA) in C

  • By Suresh Kulahry
  • |
  • March 29, 2019

For the execution of a program, it is essential to bring the program into the main memory. When a program does not fi...

Read More
Suraku-Blog

More about Pointers in C Language

  • By Suresh Kulahry
  • |
  • January 01, 2019

The pointer is a special type of variable that is used to hold or store memory location (address) rather than value. ...

Read More
Suraku-Blog

Nesting of conditional operator in C/C++ Lang...

  • By Suresh Kulahry
  • |
  • November 28, 2018

The conditional operator is also known as "Ternary Operator". The conditional operator contains a cond...

Read More
Suraku-Blog

More about comma operator in C/C++ Language

  • By Suresh Kulahry
  • |
  • June 13, 2018

We know that the comma operator (,) is used to separate the declaration of variables or two or more ...

Read More
Showing 1–3 of 60 results