×
FREE ASSISTANCE FOR THE INQUISITIVE PEOPLE
softetechnologies
C Language
1422    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
1552    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
1441    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
1306    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
1627    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
1178    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
1251    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
1512    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
1551    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
1953    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
1578    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
1689    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
1294    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
1475    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
1260    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
Swami Vivekananda
If the poor cannot come to education, education must reach them, at the plough, in the bakery factor
Swami Vivekananda
1600
59.47
Today So Far
Total View (Lakh)
softetechnologies
26/05/2018     44338
01/01/2018     36726
25/06/2018     36300
28/06/2017     34765
02/08/2017     33321
01/08/2017     27720
06/07/2017     27486
15/05/2017     27080
14/07/2017     22796
11/09/2018     21441
softetechnologies