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) hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STRUCTURES
2 6607what is the best function that can be used to connect to mysql database and in what cases that we can use below functions ? 1. mysql_connect() 2. mysql_pconnect() please give your answer with all pros and cons
1 4779how to exchnage bits in a byte b7<-->b0 b6<-->b1 b5<-->b2 b4<-->b3 please mail me the code if any one know to rajeshmb4u@gmail.com
3 7621hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
HCL,
2140What is meant by global static? why we have to use static variable instead of Global variable
L&T,
4 9048What will be printed as the result of the operation below: #include<..> int x; int modifyvalue() { return(x+=10); } int changevalue(int x) { return(x+=1); } void main() { int x=10; x++; changevalue(x); x++; modifyvalue(); printf("First output:%d\n",x); x++; changevalue(x); printf("Second output:%d\n",x); modifyvalue(); printf("Third output:%d\n",x); }
2 11101
How to call a non virtual function in the derived class by using base class pointer
How to use ajax in any form submission?
What are the new features available in php 7?
What is cleaned_data django?
How you can create a table in r without external file?
What is class variable in python?
What are the different types of gadgets present in the wordpress dashboard?
How does global value mutation use for thread-safety?
How do I enable activex on my mac?
What are the steps for launching a drupal site?
Write a program to generate the Fibonocci Series in C++.
How to move a drupal site from one host/server to another?
Difference between HTML and DHTML?
How can you create a session in php?
How would you do a cross-product of two tables in r?