What are structure types in C?
No Answer is Posted For this Question
Be the First to Post Answer
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
What is the difference between local variable and global variable in c?
what is diff between localstatic and globalstatis variable possible 2 use in another file...?
How can you determine the maximum value that a numeric variable can hold?
Is this program statement valid? INT = 10.50;
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?
Is reference used in C?
wat are the two methods for swapping two numbers without using temp variable??
what is the maximum no. of bytes calloc can allocate
What is derived datatype in c?
Write a program to compute the following 1!+2!+...n!
Program to trim a given character from a string.