×
FREE ASSISTANCE FOR THE INQUISITIVE PEOPLE
softetechnologies
C Language
1556    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
1662    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
1553    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
1409    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
1739    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
1273    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
1364    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
1636    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
1651    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
2052    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
1705    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
1839    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
1389    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
1577    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
1373    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
Albert Einstein
Education is not the learing of facts, but the training of the mind to think.
Albert Einstein
2390
64.28
Today So Far
Total View (Lakh)
softetechnologies
26/05/2018     47382
25/06/2018     39477
01/01/2018     39090
28/06/2017     36982
02/08/2017     35708
01/08/2017     29943
06/07/2017     29728
15/05/2017     29214
14/07/2017     25097
11/09/2018     24243
softetechnologies