can any one provide me the notes of data structure for
ignou cs-62 paper
No Answer is Posted For this Question
Be the First to Post Answer
The program to allow the characters from the input received and send this function to a function check if the characters between letters a to z is a function of y joins as the characters main and output to otherwise return to the original function of the y characters
Can U write a C-program to print the size of a data type without using the sizeof() operator? Explain how it works inside ?
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?
What is the need of structure in c?
What is the use of parallelize in spark?
How do you print only part of a string?
Given a number N, product(N) is the product of the digits of N. We can then form a sequence N, product(N), product(product(N))… For example, using 99, we get the sequence 99, 99 = 81, 81 = 8. Input Format: A single integer N Output Format: A single integer which is the number of steps after which a single digit number occurs in the sequence. Sample Test Cases: Input #00: 99 Output #00: 2 Explanation: Step - 1 : 9 * 9 = 81 Step - 2 : 8 * 1 = 8 There are 2 steps to get to this single digit number. Input #01: 1137638147
What is the restrict keyword in C?
how to create c progarm without void main()?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
What is function what are the types of function?
What are the advantage of c language?