what is diff b/w huge & far & near pointer??
Answer / mani
far pinters are of 32 bits n near pointers are of 16 bits
| Is This Answer Correct ? | 7 Yes | 0 No |
f=(x>y)?x:y a) f points to max of x and y b) f points to min of x and y c)error
write a own function to compare two strings with out using stringcomparition function?
Write a program to print prime nums from 1-20 using c programing?
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,
main is a predefined or user define function if user defined why? if predefined whay?
how to find sum of 5 digits in C?
Why is structure important for a child?
What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }
8 Answers MindFire, TCS, Tech Mahindra,
What are the 4 data types?
int i; i=2; i++; if(i=4) { printf(i=4); } else { printf(i=3); } output of the program ?
Does c have class?
Hierarchy decides which operator a) is most important b) is used first c) is fastest d) operates on largest numbers