why i join syntel?
Answers were Sorted based on User's Feedback
Answer / softwaretester4u
work environment is good. but pls post questions for
technical related this is help to others
| Is This Answer Correct ? | 12 Yes | 26 No |
Answer / anu
I am totally vexed in attending companies....n i hope i cud
crack syntel n i wanna begin my career...
| Is This Answer Correct ? | 2 Yes | 16 No |
Write a C program to get the desired output. 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1 . . . 1 n..............n 1 Note: n is a positive integer entered by the user.
Why do we use int main instead of void main in c?
4.A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
how we do lcm of two no using c simple if while or for statement
discuss the steps needed to get a program from source code to executable in a system?
what is linkage error when it occurs in c program
What is false about the following A compound statement is a.A set of simple statments b.Demarcated on either side by curly brackets c.Can be used in place of simple statement d.A C function is not a compound statement.
What are the functions to open and close file in c language?
how to write a prog in c to convert decimal number into binary by using recursen function,
How to write a code for reverse of string without using string functions?
What does stand for?
Write a program to find minimum between three no.s whithout using comparison operator.