What are data structures in c and how to use them?
No Answer is Posted For this Question
Be the First to Post Answer
can anyone please tell me wat is backlogs... i was looking for the job openings where i read this.. eligibility criteria minimum 70% in degree without backlogs. is that arrear.. if so is it standing arrear or history of arrears... please help me...
11 Answers CTS, Indian Navy, L&T, Microsoft, SSB, TCE, TCS,
What is main () in c language?
#include <stdio.h> int main ( int argc, char* argv [ ] ) { int value1 = 10; int value2 = 5; printf ( "\n The sum is :%d", value1 | value2 ); } This is the answer asked by some one to add two numbers with out using arithmetic operator?Yes this answer is write it given out put as 15.But how????? what is need of following line? int main ( int argc, char* argv [ ] ) how it work?what is the meaning for this line? please explain me.Advance thanks
Total of how many functions are available in c?
What are the two types of functions in c?
What is a stream?
what does data structure mean?
Difference between data structure and data base.
7 Answers CTS, Value Labs, Zoho,
Do you have any idea how to compare array with pointer in c?
what are non standard function in c
write c program to display output 10(10+20)+(10+20+30)+ ... n term
0 Answers Hindustan Gum Chemicals,
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???