What are extern variables in c?
No Answer is Posted For this Question
Be the First to Post Answer
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,
What is the function of this pointer?
0 Answers Agilent, ZS Associates,
what does data structure mean?
write an algorithm and a program to count the number of elements in a circularly singly linked list
Explain Function Pointer?
Code for calculating square root without using library function, of math.h
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
How do I initialize a pointer to a function?
5. What kind of sorting is this: SORT (k,n) 1.[Loop on I Index] repeat thru step2 for i=1,2,........n-1 2.[For each pass,get small value] min=i; repeat for j=i+1 to N do { if K[j]<k[min] min=j; } temp=K[i];K[i]=K[min];K[min]=temp; 3.[Sorted Values will be returned] A)Bubble Sort B)Quick Sort C)Selection Sort D)Merge Sort
dynamically allocate memory for linear array of n integers,store some elements in it and find some of them
a character variable can at a time store a) 1 character b) 8 characters c) 254 characters d) none of the above
What are called c variables?