what is used instead of pointers in java than c?
What's the total generic pointer type?
Difference between strcpy() and memcpy() function?
Explain how do you list files in a directory?
who is the father of c
What does void main () mean?
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.
How do I determine whether a character is numeric, alphabetic, and so on?
What is meant by high-order and low-order bytes?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
What is the difference between pure virtual function and virtual function?
Dear Sir, we are required the bubble sorting programs Regs Prem
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none