Why is c platform dependent?
No Answer is Posted For this Question
Be the First to Post Answer
sum of two integers values only other then integer it should print invalid input.
What is a function simple definition?
How we can set and clear bit in a byte using macro function?
2. Counting in Lojban, an artificial language developed over the last fourty years, is easier than in most languages The numbers from zero to nine are: 0 no 1 pa 2 re 3 ci 4 vo 5 mk 6 xa 7 ze 8 bi 9 so Larger numbers are created by gluing the digit togather. For Examle 123 is pareci Write a program that reads in a lojban string(representing a no less than or equal to 1,000,000) and output it in numbers.
how many times of error occur in C
What is a void pointer? When is a void pointer used?
implement OR gate without using any bitwise operator.
WHAT IS LOW LEVEL LANGUAGE?
What is the difference between struct and typedef struct in c?
Between macros and functions,which is better to use and why?
In which mode we open the file for read,write and append also in c ? a)W b)w+ c)r+ d)a
write a c program to find reminder and quotient if one number is divided by other.to code this program don't use more than 2 variables