What is the value of uninitialized variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
How do you search data in a data file using random access method?
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.
why Language C is plateform dependent
The difference between printf and fprintf is ?
What is extern keyword in c?
main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }
what is foreign key in c language?
What is the use of pragma in embedded c?
Explain can you assign a different address to an array tag?
write a progam to display the factors of a given number and disply how many prime numbers are there?
find the size of structure without using the size of function
What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value