Describe the order of precedence with regards to operators in C.
No Answer is Posted For this Question
Be the First to Post Answer
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
what is an ERP?
main() {char a[10]={1,2,3,4,5,6};int x; for(x=0;x<4;x++){ b[x]=x+'a';} printf("%s",b);}
Difference between strcpy() and memcpy() function?
please give code for this 1 2 4 7 11 16
How can I list all of the predefined identifiers?
Explain the difference between ++u and u++?
Which sorting algorithm is the best?
write a Program to dispaly upto 100 prime numbers(without using Arrays,Pointer)
26 Answers ADITI, iFlex, Infosys, Oracle, TCS, Unicops, Wipro,
1.What is a Data Structure? Explain its need? 2.What is a Directed Graph? Write an algorithm to find whether a Directed Graph is connected or not? 3.Explain the process of converting a Tree to a Binary Tree.
swapping of two numbers without using third variable using AND and OR operators
What is the purpose of & in scanf?