What is logical error?
No Answer is Posted For this Question
Be the First to Post Answer
What are the basic data types associated with c?
Describe static function with its usage?
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
to convert a string without using decrement operater and string functions
what is the syallabus of computer science students in group- 1?
how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--);
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
#define FALSE -1 #define TRUE 1 #define NULL 0 main() { if(NULL) puts("NULL"); else if(FALSE) puts("TRUE"); else puts("FALSE"); }
What is action and transformation in spark?
#include<stdio.h> #include<conio.h> # define swap(a,b) temp=a; a=b; b=temp; void main( ) { int i, j, temp; i=5; j=10; temp=0; if( i > j) swap( i, j ); printf( "%d %d %d", i, j, temp); }
What are structural members?
dibakar & vekatesh..uttejana here..abt ur reply for in place reversal of linked list..wats p stands for there?