×
FREE ASSISTANCE FOR THE INQUISITIVE PEOPLE
softetechnologies
C Language
2140    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
2309    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
2216    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
1978    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
2330    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
1753    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
1855    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
2308    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
2382    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
2614    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
2312    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
2946    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
1918    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
2151    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
1840    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
Education is the manifestation of the perfection already in man.
Swami Vivekananda
2666
82.84
Today So Far
Total View (Lakh)
softetechnologies
26/05/2018     54467
25/06/2018     45541
01/01/2018     43908
28/06/2017     41425
02/08/2017     40494
01/08/2017     34504
06/07/2017     34279
15/05/2017     33522
11/09/2018     30771
14/07/2017     30271
softetechnologies