What are linked lists in c?
No Answer is Posted For this Question
Be the First to Post Answer
Why is extern used in c?
What does sizeof int return?
who developed c and why he developed c?
#include<stdio.h> #include<conio.h> # define swap(a,b) temp=a; a=b; b=temp; void main( ) { int i, j, temp; i=5; j=10; temp=0; if( i > j) swap( i, j ); printf( "%d %d %d", i, j, temp); }
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
0 Answers Sikkim Manipal University,
What is structure in c definition?
Find the output? void main() {float a=2.0; printf("\nSize of a ::%d",sizeof(a)); printf("\nSize of 2.0 ::%d",sizeof(2.0));}
11 Answers IBM, TCS,
Can the “if” function be used in comparing strings?
how is the examination pattern?
Explain how can you tell whether two strings are the same?
can anyone proide me reading material on svit00ef27@yahoo.com please thanx in advance
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list