Answer Posted / sadiq sabir
c is a middle level language
| Is This Answer Correct ? | 30 Yes | 2 No |
Post New Answer View All Answers
Does sprintf put null character?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
What is the translation phases used in c language?
How do you define a function?
Explain Function Pointer?
Is c# a good language?
Explain the advantages and disadvantages of macros.
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
Explain two-dimensional array.
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
How pointer is different from array?
What is %s and %d in c?
Can two or more operators such as and be combined in a single line of program code?
Write a program to print “hello world” without using semicolon?
Explain how do you determine a file’s attributes?