What is identifiers in c with examples?
Write a program to compare two strings without using the strcmp() function
42 Answers Accenture, Arba Minch University,
Write a program to enter the name and age. If age>28 then find salary categories. if age<28 then find that you are gaduate or not.
How to find the usage of memory in a c program
how does the C compiler interpret the following two statements p=p+x; q=q+y; a.p=p+x; q=q+y b.p=p+xq=q+y c.p=p+xq; q=q+y d.p=p+x/q=q+y
Tell me what are bitwise shift operators?
Is javascript written in c?
simple program of graphics and thier outpu display with a want what is out put of graohics in c language
What does malloc () calloc () realloc () free () do?
Write a program to add a given duration with time(24hrs format)
what is the use of ~ in c lang?????
What is Function Pointer? Explain with example?
how to find binary of number?