Answer Posted / manish soni tagore collage jai
size of integer is
sizeof(int);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
What is the main difference between calloc () and malloc ()?
What are file streams?
why do some people write if(0 == x) instead of if(x == 0)?
How do we make a global variable accessible across files? Explain the extern keyword?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
What are near, far and huge pointers?
Differentiate Source Codes from Object Codes
Linked lists -- can you tell me how to check whether a linked list is circular?
What is typedef?
Can main () be called recursively?
Can the “if” function be used in comparing strings?
What is null pointer constant?
What is the purpose of sprintf() function?
what are the advantages of a macro over a function?