Why & is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to find factorial of a number using recursive function.
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
What are multibyte characters?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
what are you see during placement time in the student.
0 Answers Goldman Sachs, TCS, Tech Solutions,
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
which one low Priority in c? a)=,b)++,c)==,d)+
identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;
How does placing some code lines between the comment symbol help in debugging the code?
Reverse the bit order in a single macro. eg. i/p = 10010101 --> o/p = 10101001
25. It takes five minutes to pass a rumour from one person to two other persons. The tree of rumour continues. Find how many minutes does it take spread the rumour to 768 persons. ?
11 Answers CTS, TCS,
#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(ā%dā ,a[i]); }