What is const volatile variable in c?
Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant
what is the difference between : func (int list[], ...) or func (int *list , ....) - what is the difference if list is an array and if also if list is a pointer
how many errors in c explain deply
Why is c called a structured programming language?
palindrome for strings and numbers----Can anybody do the prog?
6 Answers CTS, TCS, Vipro Lifescience Pvt,
Explain what is the difference between the expression '++a' and 'a++'?
how to print this pyramid * * * * * * * * * * * * *
What does the message "automatic aggregate intialization is an ansi feature" mean?
du u know test pattern for robosoft? Plz share
1 Answers RoboSoft, TATA, Wipro,
Explain what is meant by high-order and low-order bytes?
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
how to execute a program using if else condition and the output should enter number and the number is odd only...