What is the purpose of main( ) in c language?
No Answer is Posted For this Question
Be the First to Post Answer
What is n in c?
How are pointers declared in c?
How can you find the day of the week given the date?
What is break statement?
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,
What is the o/p of the follow pgm? #include<stdio.h> main() { char char_arr[5]=”ORACL”; char c=’E’; prinf(“%s\n”,strcat(char_arr,c)); } a:oracle b. oracl c.e d.none
what is the difference between postfix and prefix unary increment operators?
for questions 14,15,16,17 use the following alternatives:a.int b.char.c.string.d.float
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
How can I write a function that takes a format string and a variable number of arguments?
what is differnence b/w macro & functions
Tell us bitwise shift operators?