How do I copy files?
No Answer is Posted For this Question
Be the First to Post Answer
Can the curly brackets { } be used to enclose a single line of code?
What does a pointer variable always consist of?
write a progam to display the factors of a given number and disply how many prime numbers are there?
what type of errors are checked during compilation
Find errors (1) m = ++a*5; (2) a = b ++ -c*2; (3)y = sqrt (1000);
What is the difference between arrays and pointers?
How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
wat are the two methods for swapping two numbers without using temp variable??
How do you use a pointer to a function?
What does it mean when a pointer is used in an if statement?