Search Results

Search: Posts Made By: atharalikhan
Forum: Programming 05-29-2011
1,536
Posted By atharalikhan
how to return the char in C?
hi
I have the below code to convert hexa to binary. It is working fine, but i want to store the binary in char or int. The below program is printing the result.
void ConvertHexToBinary(char...
Forum: Programming 05-29-2011
7,119
Posted By atharalikhan
How to pass int and return string in C?
hi
I want to write a function which takes int as input and returns a string like this.
char GetString(int iNo)
{
switch(iNo)
{
case 0:
return "Zero";
break;
...
Forum: Programming 05-28-2011
2,879
Posted By atharalikhan
How to allocate memory to a string in C?
hi
I want to take string as a input from user and the string is very very length. From the lengthy string i have to substring take first 16 letters, then next 8 letters,................... Please...
Forum: Programming 05-28-2011
2,230
Posted By atharalikhan
How to find length of string and pass into char array in C?
Hi All
I want to take a Hexadecimal number as input and i want to find lenth of the input and pass it to char s[] ( char s[length of the input] ). I have a program to convert hexadecial to binary...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 04:28 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy