Skip to content
Advance Computing
Advance Computing
Explore | Learn | Discuss ...

Category: C

Swap two numbers using bit-wise operators in C

April 8, 2019 Advance Computing Leave a comment

We can write solution for this problem in two way i.e. Call by reference Call by value Here is the…

Continue Reading →

Posted in: Advance Computing, C, Development, Linux, Programming

A C program to count set bits in an integer

April 7, 2019 Advance Computing Leave a comment

We can write solution for this problem in two way i.e. Using non-recursive method Using recursive method. Here is the…

Continue Reading →

Posted in: Advance Computing, C, Development, Programming

Add two integer numbers using bit-wise operators in C

April 6, 2019 Advance Computing Leave a comment

We can write solution for this problem in two way i.e. Using recursive method Using loop i.e. non-recursive method. Here…

Continue Reading →

Posted in: Advance Computing, C, Development, Linux, Programming

Calculate the sum of array elements using tail recursion

April 5, 2019 Advance Computing Leave a comment

Before going to write C program for this problem, I would like to brief description about Tail recursion. Tail Recursion…

Continue Reading →

Posted in: Advance Computing, C, Programming

How to write a C program to print current file name, current date, current time, current line number & STDC?

April 4, 2019 Advance Computing Leave a comment

Before going to write C program for this problem, I would like to give some information about some predefined Macros…

Continue Reading →

Posted in: Advance Computing, C, Development, Programming Filed under: C, MACRO

Post navigation

Page 4 of 4
← Previous 1 … 3 4

Search

Recent Posts

  • Method References in Java 8: Types
  • Concurrency in Java 8
  • Method Reference in Java 8
  • Why Java 8 ?
  • TsLint Custom rules creation and configuration

Recent Comments

  • hydraulic on Concurrency in Java 8

Social

hit counter
July 2022
M T W T F S S
 123
45678910
11121314151617
18192021222324
25262728293031
« May    
Copyright © 2018-2022 Advance Computing