- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
5 Posted Topics
TV stations need money to run and advertisements give them the money. But, TV stations became so creatively needy/greedy that they have forgotten that it's the show which keeps the viewers not the commercials.
hopefully we won't discover something that'll use the force to be used to jump across galaxies, or, will we?
Planning for my CCNA. These will help me surely. Thanks :)
I guess you are asking a code not using "string.h" header file. I think this will help. Code is below: #include<stdio.h> int xstrlen(char *); void xstrcat(char *,char *,int); void main() { char source[]="Sarker"; char target[30]="Maruf"; int j=xstrlen(target); xstrcat(target,source,j); printf("Source String: %s\nTarget String: %s",source,target); } int xstrlen(char *s) { int len=0; …
I've made live USB using these "**Universal-USB-Installer**-1.9.1.9", "**unetbootin**-windows-581", "**YUMI**-0.0.8.0" & "**LinuxLive USB Creator** 2.8.18", but unfortunately I could not boot using the pen-drive. My BIOS supports boot from USB drive. So, can anyone please help me on this? [Additional Info.: I've made Bootable USB using **PowerISO** and that booted, but …
The End.
iMARUF