C language questions for civil engineering
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is the difference between functions getch() and getche()?
There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.
What is omp_num_threads?
Can you explain the four storage classes in C?
Tell me what are bitwise shift operators?
What is a header file?
Write an algorithm for a program that receives an integer as input and outputs the product of of its digits. E.g. 1234 = 24, 705 = 0
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
Is there a way to jump out of a function or functions?
Why use int main instead of void main?
Consider a language that does not have arrays but does have stacks as a data type.and PUSH POP..are all defined .Show how a one dimensional array can be implemented by using two stacks.
Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?