2.Different data types in C? and its value and range?
Answers were Sorted based on User's Feedback
Answer / srigar s
int
float
char
long
double
with the range and size
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / panchal jigar
primary data type
user defined data type
derived data type
1 int,float,char,void
2 pointer array
3 enum struct union
| Is This Answer Correct ? | 0 Yes | 1 No |
What is meant by STACK?
without selecting individually each field in Action Class from jsp,what is the best process to select as many as field at a time automatically from jsp page by using value object class.
when will triggars the at new event in abap and web dybn pro?
how to convert hashmap to arraylist with iteration
I need source code for Enrollment System using Visual Basic 6.0/2008 database MS Access 2007 for my school thesis project...please help me..kindly send in my email jpinedamcp@gmail.com
what is the use of occurs 10 or (any number) in the internal table declaration with header line.
if heap sort contains n elements, no of comparsions required are
why we use new keyword for object
how many types of operating system are avaliable?
What is the difference between CriteriaQuery and CreateQuery in Hibernate???? Thanks in advance!!!!!!
In Bioinformatics, a DNA sequence is made up of a combination of 4 characters, namely “A,C,G,T”. A subsequence of a given sequence of characters a0, a1, …an- 1, is any subset of the characters taken in order, of the form ai0 , ai1 ,…..aik-1 where 0 ≤ i0 <i1….< ik-1 ≤ n-1. For example in the sequence “A,C,G,T,G,T,C,A,A,A,A,T,C,G”, we can have subsequences “A,G,T”, “A,C,A,A” and many more. A subsequence is palindromic if it is the same whether read left to right or right to left. For instance, the sequence “A,C,G,T,G,T,C,A,A,A,A,T,C,G”, has many palindromic subsequences, including “A,C,G,C,A” and “A,A,A,A” (on the other hand, the subsequence “A,C,T” is not palindromic). Devise an algorithm (using dynamic programming) that takes a sequence of characters X[0 … n-1] from the alphabet set (A,C,G,T) and returns the (length of the) longest palindromic subsequence. Implement the algorithm in an appropriate language.
Definition of Singleton Class? what is the Purpose of it? what is the advantage?