What is queue in c?
No Answer is Posted For this Question
Be the First to Post Answer
plz answer.. a program that takes a string e.g. "345" and returns integer 345
How to write c functions that modify head pointer of a linked list?
What is the difference between scanf and fscanf?
which operator having lowest precedence?? a.)+ b.)++ c.)= d.)%
write an algorithm which can find the largest number among the given list using binary search ............... this was asked in the interview
2 Answers Satyam, UNIS, Wipro,
Explain what is a static function?
Find the O/p of the following 1) #include int main() { char c='1'; int j=atoi(c); }
is c language is a object oreinted language?
write a programming in c to find the sum of all elements in an array through function.
1.What is a Data Structure? Explain its need? 2.What is a Directed Graph? Write an algorithm to find whether a Directed Graph is connected or not? 3.Explain the process of converting a Tree to a Binary Tree.
what is the difference between #include<stdio.h> and #include"stdio.h" ?
what is the output of below int n=10; (n++)++; printf("%d",n);