Differentiate between functions getch() and getche().
No Answer is Posted For this Question
Be the First to Post Answer
Is c language still used?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
what will be the output of this program........ main() { int a=2,b=4,c=6; printf("%d"); } why it gives the value of third variable.
21. #define square(x) x*x main() { int i; i = 64/square(4); printf("%d",i); }
Why is c called a mid-level programming language?
why we wont use '&' sing in aceesing the string using scanf
What is the use of ?: Operator?
Difference between data structure and data base.
7 Answers CTS, Value Labs, Zoho,
Which of the following data structures is on average the fastest for retrieving data: 1) Binary Tree 2) Hash Table 3) Stack
i have a written test for microland please give me test pattern
What is structure padding ?
Is anything faster than c?