Answer Posted / venu,1cse,vec,guntur
every person have their own targets, and one can reach
their targets easily if they can join in syntel.BECAUSE OF
that i want to join in syntel.
| Is This Answer Correct ? | 10 Yes | 22 No |
Post New Answer View All Answers
Differentiate between the = symbol and == symbol?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
What does the function toupper() do?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
What is page thrashing?
What is the use of f in c?
What are header files? What are their uses?
How can I prevent another program from modifying part of a file that I am modifying?
What is the use of pointers in C?
What do you mean by c what are the main characteristics of c language?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What is the use of linkage in c language?
List the difference between a While & Do While loops?
Write a program to swap two numbers without using a temporary variable?