Explain logical errors? Compare with syntax errors.
No Answer is Posted For this Question
Be the First to Post Answer
What does %c mean in c?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
print ur name 20,000 times without using inbuilt library functions like printf,scanf,gets,puts,getchar or putchar
Explain the Difference between the New and Malloc keyword.
1. Write a program to reverse every second word in a given sentence.
When was c language developed?
actually i have 2 years teaching experience as computer faculty but now i am a DBA but when i go for interview many peoples asked me why i left my teaching profession and why i want to come in this field kindly give me the proper answer of this queston
can any one provide me the notes of data structure for ignou cs-62 paper
What are the disadvantages of external storage class?
12. Look at the Code: main() { int a[]={1,2,3},i; for(i=0;i<3;i++) { printf("%d",*a); a++; } } Which Statement is/are True w.r.t the above code? I.Executes Successfully & Prints the contents of the array II.Gives the Error:Lvalue Required III.The address of the array should not be changed IV.None of the Above. A)Only I B)Only II C)II & III D)IV
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
struct node {struct node*temp,*new} prinf("%d",sizeof(struct node));