what is diffrence between linear and binary search in array
respect to operators?what kind of operator can be used in
both seach methods?
How we can insert comments in a c program?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
How do you sort filenames in a directory?
Explain how can I open a file so that other programs can update it at the same time?
#include<stdio.h> int fun(); int i; int main() { while(i) { fun(); main(); } printf("hello \n"); return 0; } int fun() { printf("hi"); } answer is hello.how??wat is tat while(i) mean?
Explain how are 16- and 32-bit numbers stored?
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,
which is an algorithm for sorting in a growing Lexicographic order
How many ways are there to swap two numbers without using temporary variable? Give the each logic.
Who is the main contributor in designing the c language after dennis ritchie?
int a=20; int b=30; int c=40; printf("%d%d%d"); what will be the output?
write an algorithm to get a sentence and reverse it in the following format: input : I am here opuput: Here Am I note: first letter of every word is capiatlised