
Search In
Im a Network Admin and start Learning Programming,I start with C and reading a book.
anyone can help answer and explain to me how to come up with it.
1.Write a structure that is to be used with a binary tree. The structure is to hold title name and
Coding has become one of the fastest growing skills in the world today. The ability to write and understand complex lines of characters and execute them into interactive, useful programs can bring about a ton of positive changes in one'
In this tutorial, We are providing you C++ questions and answers. The content here will help all the Freshers as well as experienced people to get through with their interviews for software industry on campus or off campus. For any person who wants t
Making your website likable isn’t an exact science, seeing how different people get fascinated by different things. On the other hand, quality of the website is much easier to pinpoint. In order for a website to be considered well-made and effi
REST (representational state transfer) is a software architectural style that was created to guide the design and development of the architecture for the World Wide Web. REST defines a set of constraints for how the architecture of a distributed,
Hi guys,
How to allow copy content option for a secured PDF. Currently am using Spire.PDF library, it is giving result as I except, it is a free version – supports only for below 10 page PDFs, but my pdfs have more than 200 pages. Any other solutions
String is a collection of characters in an array.It is terminated by by \0 (null character)
There are two ways to declare string in c language.
1)By char array
declaring string by char array is as follows:
char ch[10]={'e','v','o','n', '\0'};
You can check if( [empName length]==0 || [[empName stringByTrimmingCharactersInSet:[NSCharacterSet whitespaceCharacterSet]] length]==0) this will return 1 else 0
NSString *empName;
if ([empName length]==0 || [[empName stringByTrimmingCharactersInSe
Ruby is a object oriented programming language , it support to provide a specific implementation to the methods of subclasses that is already defined in superclasses . If there is any method in subclasses is same as the method of superclass then subc