how could explain about job profile
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of function overloading in C?
In which language linux is written?
Why ordinary variable store only one value
Difference between C and Embedded C?
Mention four important string handling functions in c languages .
diff .between strcture and union
write C code to reverse a string such that if i/p is "abc defg hij klmno pqrs tuv wxyz" and the o/p should be "cba gfed jih onmlk srqp vut zyxw"
Write a program which calculate sum of several number and input it into an array. Then, the sum of all the number in the array is calculated.
main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain
What is a function in c?
diff. between *p and **p
What is the difference between a structure and a union?