Which programming language is best for getting job 2020?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What language is lisp written in?

0 Answers  


program for validity of triangle from 3 side

7 Answers  


int arr[] = {1,2,3,4} int *ptr=arr; *(arr+3) = *++ptr + *ptr++; Final contents of arr[]

6 Answers   Hughes,


Between macros and functions,which is better to use and why?

0 Answers  


Explain in detail how strset (string handling function works )pls explain it with an example.

1 Answers  






What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file

0 Answers  


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

2 Answers  


Do you know the purpose of 'register' keyword?

0 Answers  


Explain modulus operator. What are the restrictions of a modulus operator?

0 Answers  


What is the difference between strcpy() and memcpy() function in c programming?

0 Answers  


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

3 Answers  


Explain argument and its types.

0 Answers  


Categories