Explain how can you check to see whether a symbol is defined?
No Answer is Posted For this Question
Be the First to Post Answer
write a programming in c to find the sum of all elements in an array through function.
What are the features of the c language?
what is the c source code for the below output? 1 0 1 1 0 1 0 1 0 1 1 0 1 0 1
What is data types?
write a c program to store and print name,address,roll.no of a student using structures?
In which mode we open the file for read,write and append also in c ? a)W b)w+ c)r+ d)a
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
6)swap(int x,y) { int temp; temp=x; x=y; y=temp; } main() { int x=2;y=3; swap(x,y); } after calling swap ,what are yhe values x&y?
WAP to accept basic salary of an employee? Calculate it HRA=25%,DA=30%,PF=30%&net salary display all contents?
6 Answers Finite Infotech, Lovely Professional University, Wipro,
void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }
Does c have class?
Is a house a mass structure?