What is c basic?
No Answer is Posted For this Question
Be the First to Post Answer
What is the importance of c in your views?
Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We Are Student “ Output: "We Are Student"
How will you write a code for accessing the length of an array without assigning it to another variable?
Does c have enums?
what is difference between procedural language and functional language ?
In CMM or CMMI certified organizations,we assess only the standard software processes of the organization. We do not assess the organizations other functional departments like HR or Admin. Then how can we certify the entire organization as CMM level company?? We have assessed only software related activities. Right. There is no relation with other departments like Accounts, HR or Admin. Then how can we claim that the whole company is a CMM certified company?
Design a program using an array that lists even numbers and odd numbers separately from the 12 numbers supplied by a user.
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
wats SIZE_T meant for?
Explain how can I right-justify a string?
WHAT IS ABSTRACT DATA TYPE