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

Month: April 2019

Write a function with variable length arguments/parameters in C?

April 23, 2019 Advance Computing Leave a comment

In C, there are some cases, when we need a function, where the number of arguments as variable length, that…

Continue Reading →

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

How to write a C program without using main()?

Advance Computing Leave a comment

We can write a C program without using main(), but we need to use the #define preprocessor directive. Here is…

Continue Reading →

Posted in: Advance Computing

How to print variable name in C?

April 22, 2019 Advance Computing Leave a comment

Before going to write C program for this problem, I would like to tell about the stringizing operator in C?…

Continue Reading →

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

A C program to reverse an integer array

April 20, 2019 Advance Computing Leave a comment

Reverse an array means suppose an array given i.e. Input acTest [5] = { 1, 2, 3, 4, 5 };…

Continue Reading →

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

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

Post navigation

Page 1 of 2
1 2 Next →

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
April 2019
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
2930  
« Mar   May »
Copyright © 2018-2022 Advance Computing