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) How to restrict the number of users login ? For ex:- if the allowed login is 10, for 11th user, the application should restrict them from login.
1 3912what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }
1 3928How to write in a function declaration and in function call in which the function has 'n' number of varible or arguments?
2 4560Write a C/C++ program that connects to a MySQL server and checks intrusion attempts every 5 minutes. If an intrusion attempt is detected beep the internal speaker to alert the administrator. A high number of aborted connects to MySQL at a point in time may be used as a basis of an intrusion.
2 11347show that among any group of five (not necessary consecutive ) integers, there are two with the same remainder when divided by 4.
1 11125Hi all,, im completely new to PHP, started learning just 2 days before. Can anybody tell me how to run a PHP file to see the program's output? i have created some simple program in Dreamweaver CS3 but don't know how to run it...
1 3727
Should a function contain a return statement if it does not return a value?
Explain the term memory alignment?
What does the linker do?
What is a dynamic array in c?
What are different types of constructors in kotlin?
What is a class definition in python?
What is buffer and example?
Is there a switch or case statement in python? If not then what is the reason for the same?
What are the roles of receiver and sender in signals?
Describe the modifier in c?
Explain how to localize resource uris in laravel?
Do you know what is php?
How to read, write and delete session in cakephp?
What is the meaning of ?
What type of language is python? Programming or scripting?