What is difference between arrays and pointers?
No Answer is Posted For this Question
Be the First to Post Answer
create an SINGLE LINKED LISTS and reverse the data in the lists completely
What is difference between union All statement and Union?
Why c is called procedure oriented language?
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
what do you mean by defining a variable in our c code?
Explain what standard functions are available to manipulate strings?
True or false: If you continuously increment a variable, it will become negative? 1) True 2) False 3) It depends on the variable type
Explain data types & how many data types supported by c?
What is the difference between procedural and declarative language?
write a progam to display the factors of a given number and disply how many prime numbers are there?
Is there a way to switch on strings?
how to print this sereis 2 4 3 6 5..........?