how many errors in c explain deply


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

Post New Answer

More C Interview Questions

In which layer of the network datastructure format change is done

0 Answers   Honeywell,


What is page thrashing?

0 Answers  


How do I copy files?

0 Answers  


How do you redirect a standard stream?

0 Answers  


regarding the scope of the varibles;identify the incorrect statement: a.automatic variables are automatically initialised to 0 b.static variables are are automatically initialised to 0 c.the address of a register variable is not accessiable d.static variables cannot be initialised with any expression

1 Answers   TCS,


main() { int a = 65; printf(“%d %o %x”,a,a,a); } Output 65 101 41 Please explain me.How it is coming like that?

3 Answers   Excel,


Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

0 Answers  


Is c weakly typed?

0 Answers  


What's the best way to declare and define global variables?

7 Answers  


What is the OOPs concept?

3 Answers  


Explain what is the difference between functions abs() and fabs()?

0 Answers  


4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.

0 Answers   TCS,


Categories