What are inbuilt functions in c?
No Answer is Posted For this Question
Be the First to Post Answer
what will be maximum number of comparisons when number of elements are given?
What is a program flowchart and explain how does it help in writing a program?
write a program to sort the elements in a given array in c language
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
get any number as input except 1 and the output will be 1.without using operators,expressions,array,structure.don't print 1 in printf statement
Explain what are compound statements?
What is meant by initialization and how we initialize a variable?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
Write a program to interchange two variables without using the third variable?
17 Answers Accenture, College School Exams Tests, Infotech,
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
Write a c program using for loop to print typical pattern if number of rows is entered by keyboard. ABCBA AB BA A A
IS STRUCTURES CAN BE USED WITHIN AN ARRAY?