User: sibendudey

  • Public profile

User profile: sibendudey

User info
User name:sibendudey
History
Joined:
Number of posts:8
Latest posts:

structures with pointers.find the output
#include<conio.h> #include<stdio.h> void main() { struct st { int i; struct st *j; }t...

output of the program??
#include<conio.h> #include<stdio.h> #include<string.h> void fun(char str1[],char str2[]) { if(...

string storing in integer array!
iam trying to solve a question.. the question is find the output of the printf statement!!!

scanf!!!!!!!!!!!!
#include<stdio.h> #include<conio.h> main(){ int i=1; int a=2; clrscr(); if(scanf("%d",(i==3)...

string storing in integer array!
what is the output? int i1[]={"\12345s\n"}; printf("i1=%d\n",sizeof(i1));

This user does not accept Private Messages