What is 02d in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is object oriental programing?
In how much time you will write this c program? Prime nos from 1 to 1000
What is the use of ?: Operator?
Tell me what is null pointer in c?
What is void pointers in c?
Describe how arrays can be passed to a user defined function
main() {char a[10]={1,2,3,4,5,6};int x; for(x=0;x<4;x++){ b[x]=x+'a';} printf("%s",b);}
How do I determine whether a character is numeric, alphabetic, and so on?
What are the uses of null pointers?
Did c have any year 2000 problems?
Find the highest of three numbers and print them using ascending orders?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)