Why is c called c?
No Answer is Posted For this Question
Be the First to Post Answer
What is console in c language?
If the size of int data type is two bytes, what is the range of signed int data type?
Explain the difference between structs and unions in c?
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 2. Enter alphanumeric characters and form 2 array alphaets and digits.Also print the count of each array.
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
What is string in c language?
Write a program to find the given number is odd or even without using any loops(if,for,do,while)
Does c have an equivalent to pascals with statement?
What is the purpose of sprintf() function?
Distinguish between actual and formal arguments.
what are the uses of structure?
wtite a program that will multiply two integers in recursion function