What are the 4 types of unions?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to interchange the value between two variable without using loop
How can I write functions that take a variable number of arguments?
The operation of a stair case switch best explains the a) or operation b) and operation c)exclusive nor operation d)exclusive or operation Which of the following is/are syntactically correct? a) for(); b) for(;); c) for(,); d) for(;;);
1 Answers HCL, Public Service Commission,
Explain modulus operator. What are the restrictions of a modulus operator?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
Can the sizeof operator be used to tell the size of an array passed to a function?
What is the difference between int and float?
1. What will be the output of the following programs. a) #include <stdio.h> Main() { Int x=4; While(x==1) { X=x-1; Printf(ā%dā,x); --x; } }
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.
hi how to convert program from notepad to turboc editor can u please help me
when will be evaluated as true/ if(x==x==x) a) x=1; b) x=0; c) x=-1; d) none
What are the functions to open and close the file in c language?