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) int a[3][5]={ {1,2,3,4,5],{2,3,4,5,6},{10,11,12,13,14}}; int *p=&a; printf(ā%dā,*(*(x+1)+3));
2 4976#include
what will be the output of this program?
#include
IBM,
6 9248What is the output from this program?
#include
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
HCL,
2394stripos ā Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
2471Write the following function in C. stripos ā Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
4 9131
How to check request is ajax or not?
What is low level language in simple words?
How to port a joomla template to drupal?
Which method protects back button to retrieve old value from previous page in Struts.
How do I parse xml in python?
What is the role of follower in wordpress?
Is python good for beginners?
What is meant by inheritance?
The statement, int(*x[]) () what does in indicate?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
What is main function in c++ with example?
Name the operators that cannot be overloaded.
What are the Scala variables?
Is age interval or ordinal data?