I am trying the following program to send a structure but i am not able to get the result what i want . Can any one tell me what changes i have to...
I have a string 13/06/07 but i have to convert it into integer and 13 , 06 and 07 has to be separated in c++.
I want in c++ not in c.
Suppose i have a file in which i have strings and integers I want read that file and wants to store in an array. My problem is how to...
I tried two methods for this and it worked. First Method : #include<stdio.h> void fun(int *a,int col , int row) { int i,j;...
#include<iostream.h> main() { int* a;int arr[2][3]; arr[0][0]=1; arr[0][1]=2; arr[0][2]=3; arr[1][0]=4; arr[1][1]=5; arr[1][2]=6; a...
I want to know how to implement the search engine in c/c If any one has the simple search engine program, please give me.
In C programs we print array elements like printf("Elements of array a[%d] = %d",i,a[i]); I want to know how print like above mentioned type...
#include<stdio.h> #define col 3 #define row 3 void foo(int *a,int col , int row) { int i,j; int *a[col][row]; for(i=0;i<col;i++) {...
Can u explain me with an example please.
I have written a program for factorial in recursive and i am not able get how the program work. The program is as follows...
Please any one can help me regarding function call for three dimensional array. How to send result of three dimensional array to main function.
Separate names with a comma.