Python Related (3312)
PHP Related (7341)
Scala (340)
R Programming (396)
Kotlin (184)
Apache Groovy (39)
Ruby (245)
Go Programming Language (139)
Objective-C (429)
Programming Languages AllOther (746) WHAT IS THE ACTUAL DEFINATION OF OBJECT AND THE CLASS IN ONE SINGLE LINE WHICH THE INTERVIEWER WANT TO LISTEN.
11 166821. Write a C program to count the number of occurrence of a specific word in the given strings. (for e.g. Find how many times the word “live” comes in the sentence “Dream as if you’ll live forever, live as if you’ll die today ”)
12 76434Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates
3 9077sir i want to study the c++ course but ino what is the qualification and the study methode please reply more details in c++
NIIT,
1 3629Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
2 5445in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
4 8555
Write a program to generate the Fibonocci Series in C++.
What is the difference between a shallow copy and deep copy?
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
What are views django?
How are the functions help() and dir() different?
How do I enable activex controls in firefox?
Is python time time utc?
What is the form?
Why is polymorphism useful?
Is learning php easy?
What is the type of arguments inside a constructor?
Why do we use string in c++?
What is data structure in c++?
Is ruby a strongly typed or a weakly typed language?
What is setw manipulator in c++?