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 difference between these initializations? Char a[]=”string”; Char *p=”literal”; Does *p++ increment p, or what it points to?
4 7946Given a single Linked list with lakhs of nodes and length unknown how do you optimally delete the nth element from the list?
1 4577#define CUBE(x) (x*x*x) main() { int a,b=3; a=cube(b++); printf("%d %d",a,b); } What should be the value of a and b? My calc a=4 but syst a=6 how pls tell me if you know it?
12 42999
Explain the difference between the local variable and global variable in c?
Which is the best website to learn c programming?
Which language they use during interview?
What does sticky at top of lists does in publishing options while creating the front page?
What is yaml file in python?
"Cannot load IDAPI service library" . what does this error mean?
Tell me what is the difference between characters 34 and x34?
Are there namespaces in c?
What are new features in php 7?
Differentiate between an external iterator and an internal iterator?
What is size of union in c?
What is an orthogonal base class in c++?
What are the operators in c++?
Which PHP compatibility is used for Drupal?
Is c still used?