×
FREE ASSISTANCE FOR THE INQUISITIVE PEOPLE
softetechnologies
C Language
1071    Arnab De    12/05/2020
If a number has only two factors, 1 & itself, then that number known as Prime Number. In others words, we can say that, a prime no cannot be divided by any ...
12
May, 2020
1294    Arnab De    20/04/2020
Distinguish between Automatic and Static variables. Write two C programs that calculate factorial of a number using recursion and iteration?
20
April, 2020
1115    Arnab De    12/04/2020
Open a file pointer in write mode (numbers.txt). Closed the said file pointer. Open the same file again but in read mode. Open another two file in write mode
12
April, 2020
989    Arnab De    11/04/2020
If we divide a integer number by 10. Then the reminder will be the last digit of the number and result will be the remaining digit.
11
April, 2020
1213    Arnab De    10/04/2020
We can reverse a string in two different ways- (i) Using another string (ii) without using second string. As per question here no need to write the main() f ...
10
April, 2020
softetechnologies
920    Arnab De    09/04/2020
do-while and while both are loop or iteration in c language, But they are differently way of execute the loop. One is entry loop another is known as exit loop.
09
April, 2020
967    Arnab De    08/04/2020
First analysis the pattern, each and every line start with 1. After printting each time value is inverse. Print [Total No. of row - current no of row] space.
08
April, 2020
1150    Arnab De    18/12/2019
Write a program to accept a number and find sum of its individual digits repeatedly till the result is a single digit. [MAKAUT / WBUT MCA 2011]
18
December, 2019
1290    Arnab De    16/12/2019
For binary search, we have to take an array which is sorted in asending order. If given array is not sorted, then we have to sort it by any sorting technique.
16
December, 2019
1652    Arnab De    10/12/2019
Enumeration (enum) is a ADT (Abstruct Data Type) or user defined data type in C. Enumeration is assign names (String) to its corresponding integral constants.
10
December, 2019
softetechnologies
1233    Arnab De    25/11/2019
To save memory space C language uses some procedure to allocate memory at run time. This type of memory allocation is known as Dynamic Memory Allocation.
25
November, 2019
1116    Arnab De    18/11/2019
Write a C program to accept a number and find sum of its individual digits repeatedly till the result is a single digit. [WBUT MCA 2011]
18
November, 2019
1008    Arnab De    16/11/2019
The GCD of two no is the largest positive no by which all the no are divisible. The LCM of two no is the smallest positive no that is divisible by the given no.
16
November, 2019
1157    Arnab De    15/11/2019
Structure and class are user defined data type or Abstract Data Type. To declare a class and a structure we use the keyword class and struct respectively.
15
November, 2019
966    Arnab De    14/11/2019
Write a c program to convert a binary numbers to equivalent decimal number. [WBUT MCA 2011]. base 2 number system convert into base 10 number system.
14
November, 2019
softetechnologies
softetechnologies
Sri Sri Ramakrishna Paramahamsa
It is easy to talk on religion, but difficult to practice it.
Sri Sri Ramakrishna Paramahamsa
1628
50.58
Today So Far
Total View (Lakh)
softetechnologies
26/05/2018     41331
01/01/2018     35758
28/06/2017     33754
25/06/2018     32803
02/08/2017     32085
06/07/2017     26586
01/08/2017     26549
15/05/2017     26190
14/07/2017     21519
21/04/2018     20501
softetechnologies