Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to tokenize the simple “Hello World” program of C/c++ language.?

Hello all. Can anyone help me to create a C/C++ program to tokenize the simple “Hello World”??

nil, NULL, Nil, NSNull in objective c

4 kind of zeros are used in objective c - nil, Nil, NULL and NSNull. All of these are different with their properties. Usually in programming nil and NSNull are used in objective c and NULL is used with c/c++ statements. Type of nil is defined as "id

A program to count the different types of characters in given string

counting of different characters is done by using strlen(i.e string length) and arr denotes array. We use for loop to pass the ASCII code of alphabets from a to z. #include<stdio.h> #include<string.h> void main() {

Generics in C#

Generics are mainly used when you dont want to specify any passing parameter data type or class return type . It will be decide on run time while invoking that method or class. Ex: using System; using System.Collections.Generic; namespace GenericA

if-else in jstl

In JSTL, the functionality if-else is provided by choose-when-otherwise statement . <c:choose> tag is an enclosing tag for <c:when> and <c:otherwise>. And it is also known as mutual exclusion as only a block of code within the

1 2 4 320
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: