273
Points
Questions
39
Answers
25
-
How do i load a sql.gz file to my database?
- 358 views
- 1 answers
- 0 votes
-
How to set php url as cron job
- 388 views
- 1 answers
- 0 votes
-
Registration failed due to STUN Server in Zoiper
- 282 views
- 1 answers
- 0 votes
-
How to post request without curl
- 292 views
- 0 answers
- 0 votes
-
CREATING A FUNCTION TO DISPLAY MASKED NUMBER
- 279 views
- 0 answers
- 0 votes
-
How to POST JSON data with curl command line?
- 240 views
- 1 answers
- 0 votes
-
df -h is much slow what would be the reason
- 357 views
- 0 answers
- 0 votes
-
How to convert MySQL date format to dd.mm.yy from YYYY-MM-DD?
- 316 views
- 1 answers
- 0 votes
-
How To Implement Bubble Sort In C?
- 767 views
- 2 answers
- 0 votes
-
Why i am getting the below error in mysql total number of locks exceeds the lock table size
- 473 views
- 0 answers
- 0 votes
-
How to install gcc 8 on centos 7.
- 391 views
- 1 answers
- 0 votes
-
libsrtp could not be linked as a shared object Getting this error while asterisk configure for webrtc.
- 350 views
- 0 answers
- 0 votes
-
how to write spiral matrix program in c?
- 288 views
- 0 answers
- 0 votes
-
How do I write a c++ program that accepts and displays five student names, departments, and their ID numbers?
- 349 views
- 0 answers
- 0 votes
-
How to view recent files from the command-line in ubuntu? Is it possible to view recently accessed files using a …
- 324 views
- 1 answers
- 0 votes
-
Does Ubuntu log when USB devices are connected? Also is there any system log where can i find the time …
- 370 views
- 1 answers
- 0 votes
-
How to Install phpMyAdmin on CentOS 7
- 307 views
- 1 answers
- 0 votes
-
What will be the output of the program ? #include<stdio.h> int main() { char *p; p=”%d\n”; p++; p++; printf(p-2, …
- 559 views
- 0 answers
- 0 votes
-
What will be the output of the program ? #include<stdio.h> int main() { FILE *fp; unsigned char ch; /* file …
- 558 views
- 0 answers
- 0 votes
-
What will be the output of the c program ? #include<stdio.h> int main() { printf(“%c\n”, ~(‘C’*-1)); return 0; …
- 443 views
- 0 answers
- 0 votes