Tell me about low level programming languages.


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

Post New Answer

More C Interview Questions

Why do we use static in c?

0 Answers  


Write a program that accept anumber in words

0 Answers  


Given a piece of code int x[10]; int *ab; ab=x; To access the 6th element of the array which of the following is incorrect? (A) *(x+5) (B) x[5] (C) ab[5] (D) *(*ab+5} .

2 Answers   Oracle,


int x=sizeof(!5.856); What will value of variable x?

2 Answers  


Can variables be declared anywhere in c?

0 Answers  






Explain what does it mean when a pointer is used in an if statement?

0 Answers  


When would you use a pointer to a function?

0 Answers  


what is a void pointer?

2 Answers  


Difference between macros and inline functions? Can a function be forced as inline?

0 Answers   HAL, Honeywell, Zomato,


Write a simple code fragment that will check if a number is positive or negative.

0 Answers  


Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58

0 Answers   Zoho,


Explain high-order and low-order bytes.

0 Answers  


Categories