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 do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
2 10911I have a function which accepts, and is supposed to initialize,a pointer, but the pointer in the caller remains unchanged.
1 4261
Can static member variables be private?
Why do we use session?
Use of double quotes and single quote in python?
What is the difference between a tuple and a list?
write a query that returns one row for each department and the number of employees in that department. Given two tables EMPLOYEE and DEPARTMENT, where there can be multiple employees per department.
State whether content items can be assigned to multiple categories or sections?
How to set a value in session? How to remove data from a session?
What is oauth2 in laravel?
What is dynamic and static typing?
Explain modulus operator. What are the restrictions of a modulus operator?
Is upper in python?
How to pass indefinite number of arguments to any function?
Write a program to maintain student’s record. Record should
not be available to any unauthorized user. There are three
(3) categories of users. Each user has its own type. It
depends upon user’s type that which kind of operations user
can perform. Their types and options are mentioned below:
1. Admin
(Search Record [by Reg. No or Name], View All Records,
Insert New Record, Modify Existing Record)
2. Super Admin
(Search Record [by Reg. No or Name], View All Records,
Insert New Record, Modify Existing Record, Delete Single Record)
3. Guest
(Search Record [by Reg. No or Name], View All Records)
When first time program runs, it asks to create accounts.
Each user type has only 1 account (which means that there
can be maximum 3 accounts). In account creation, following
options are required:
Login Name: <6-10 alphabets long, should be unique>
Password: <6-10 alphabets long, should not display
characters when user type>
Confirm Password:
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
How to enable cURL in PHP?