wt is diference between int and int pointer as same as float and float pointer and char and char pointer
8 13491write a c program to change only the 3rd bit of the particular number such that other bits are not affected.. if bitnum=10(say.. it can be any no..
10 31150write the output of following code .. main() { static int a[]={10,20,30,40,50}; int *ptr=a; static int arr[2][2]={1,2,3,4}; char str[]="ABCD * 4#"; char *s=str+2; int i,j; for(i=0;i<5,i++) printf("%d",*ptr++); for(i=0;i<2;i++) for(j=0;j<2;j++) printf("%d\n",*(*(n+i)+j)); printf("%c\n%c\n%c\n",*(str+2),*s++,*--s); }
1 4274Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female
5 20549
What is a pointer value and address in c?
What is the difference between strcpy() and memcpy() function in c programming?
Explain threaded binary trees?
Why main is used in c?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
What are file streams?
Explain what is dynamic data structure?
What are data types in c language?
What is the difference between array and pointer in c?
What are the types of bitwise operator?
What are header files? What are their uses?
What are keywords in c with examples?
Why do we use header files in c?
hi any body pls give me company name interview conduct "c" language only
What is the most efficient way to count the number of bits which are set in an integer?