Write a progarm to find the length of string using switch
case?
No Answer is Posted For this Question
Be the First to Post Answer
Are pointers integers in c?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
What is the difference between i++ and i+1 ?(in terms of memory)
Write a program to reverse a string.
0 Answers Global Logic, iNautix, TCS, Wipro,
What is floating point exception error? And what are different types of errors occur during compile time and run time? why they occur?
Program to find the sum of digits of a given number until the sum becomes a single digit
How can I do peek and poke in c?
what is out put of the following code? #include class Base { Base() { cout<<"constructor base"; } ~Base() { cout<<"destructor base"; } } class Derived:public Base { Derived() { cout<<"constructor derived"; } ~Derived() { cout<<"destructor derived"; } } void main() { Base *var=new Derived(); delete var; }
What is pivot in c?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
Is c procedural or object oriented?