Do variables need to be initialized?
Answer / Alok Tiwari
In C, variables do not need to be explicitly initialized before use. However, if a variable is not initialized, it will have an indeterminate value that can lead to unpredictable behavior and bugs. It's generally a good practice to initialize all variables at the time of declaration.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the red-black trees?
What is the total generic pointer type?
What is 'makefile' in C langauage? How it be useful? How to write a makefile to a particular program?
What is the purpose of 'register' keyword?
Explain about C function prototype?
Tell me is null always defined as 0(zero)?
What is the explanation for modular programming?
how many header file is in C language ?
44 Answers College School Exams Tests, CTS, IBM, IMS, Infosys, ME, Sign Solutions, Wipro, XVT,
Why is python slower than c?
How to removing white spces in c programming only bu using loops
Symmetric technologies interview questions. For Computer science candidates the first round is a objective type written test consisting of 16 questions.It is very easy ,any police man can solve this. And next round is a written test consists of both objective and subjective .Total 40 question related to c,c++ and operating system related questions. And then a technical interview and give some program to solve with computer.The md is adamant person, whatever he says we have to accept that is the condition. And one more thing ,,,these interview is just for a formality..the company will select only innocent guys.. the person's without a backbone only they require.. And u have to submit the certificates this is the most important problem...So if you are not getting any other jobs..then only join with this... It is better to try for other company...And apart from that symmetric do a lot of projects..If a candidate can manage everything u can join and make good career with this company... The Md will normally speak rudely..but he is good person and he will give you a lot of very good chances to improve your career....but with cheap salary....
0 Answers Symmetric Technologies,
we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?