What is a c token and types of c tokens?
No Answer is Posted For this Question
Be the First to Post Answer
WHAT IS HEADER?
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
write a C code to reverse a string using a recursive function, without swapping or using an extra memory.
9 Answers Motorola, TCS, Wipro,
write a program to print sum of each row of a 2D array.
How can you increase the size of a dynamically allocated array?
What are the types of operators in c?
What is the use of the restrict keyword?
What is a stream in c programming?
What is the difference between int main and void main in c?
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
11 Answers HCL, Vector, Vector India, Vector Solutions, Wipro,
How do you convert strings to numbers in C?
How do we select the big element or any other operation from array which is read dynamically. user need to give the elements only no need to mention the size.