Explain what is the concatenation operator?
No Answer is Posted For this Question
Be the First to Post Answer
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
A program to allow an input operand and operator from the operator and read on the display and output operand.
write a program to produce the following output; ABCDEFGFEDCBA ABCDEF FEDCBA ABCDE EDCBA ABCD DCBA ABC CBA AB BA A A
17 Answers ABC, College School Exams Tests,
#include<stdio.h> { printf("Hello"); } how compile time affects when we add additional header file <conio.h>.
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
What is equivalent to ++i+++j?
what is Array?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
5 Answers ABS, Accenture, HCL, Infosys, Infotech, SoftSolve, Software India, TCS, Vertex, Vimukti Technologies,
What are identifiers and keywords in c?
Can i use Two or More Main Funtion in any C program.?
Write a program to print factorial of given number using recursion?
Differentiate between null and void pointers.