Which header file is used for clrscr?
No Answer is Posted For this Question
Be the First to Post Answer
Identify the operators that is not used with pointer a. && b. # c. * d. >>
helllo sir give me some information of the basic information the c as printf ,scanf , %d ,%f and why is the main use of these.
Illustrate it summing the series 2+4+6+......to n terms using (i) while loop (ii) do-while loop
Why do we need a structure?
write a program to print sum of each row of a 2D array.
Why doesn't C support function overloading?
Why is c called "mother" language?
What is array of structure in c programming?
5) Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.without using big int and exponential function
What is structure padding ?
Why are algorithms important in c program?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)