What is the purpose of 'register' keyword in c language?
No Answer is Posted For this Question
Be the First to Post Answer
What are 3 types of structures?
what is the significance of static storage class specifier?
What is pointer & why it is used?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
write the function int countchtr(char string[],int ch);which returns the number of timesthe character ch appears in the string. for example the call countchtr("she lives in Newyork",'e') would return 3.
Given an array of length N containing integers between 1 and N, determine if it contains any duplicates.
biggest of two no's with out using if condition statement
progrem to generate the following series 1 12 123 1234 12345
why program counter is 16 bit?
2. Write a function called hms_to_secs() that takes three int values—for hours, minutes, and seconds—as arguments, and returns the equivalent time in seconds.. Create a program that exercises this function by repeatedly obtaining a time value in hours, minutes, and seconds from the user (format 12:59:59), calling the function, and displaying the value of seconds it returns.
write a program that will accept two integers and will implement division without using the division operator if the second value is an odd number and will implement multiplication without using multiplication operator if the second value is an even number.
Which header file is used for clrscr?