What is an example of structure?
No Answer is Posted For this Question
Be the First to Post Answer
When can a far pointer be used?
What is the meaning of c in c language?
how to add numbers without using arithmetic operators.
Is it better to use a macro or a function?
Under what circumstances does a name clash occur?
Write a program to produce the following output in c language? 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
what are the advantage of pointer variables? write a program to count the number of vowels and consonants in a given string
when will be evaluated as true/ if(x==x==x) a) x=1; b) x=0; c) x=-1; d) none
What is ambagious result in C? explain with an example.
pgm in c to reverse string by word using array(god is love becomes love is god) (no additional array can used,space is only delimiter between words )
difference between spiral and waterfall model
What is abstract data structure in c?