What is keyword with example?
No Answer is Posted For this Question
Be the First to Post Answer
What are shell structures used for?
What is a node in c?
what is the Output? int a=4 b=3; printf("%d%d%d%d%d%d",a++,++a,a++,a++,++a,a++); printf("%d%d%d%d%d%d",b--,b--,--b,b--,--b,--b);
What is sizeof in c?
Can variables be declared anywhere in c?
Explain what’s a signal? Explain what do I use signals for?
i want to know aptitude questions,technical questions
5) Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.without using big int and exponential function
simple program of graphics and thier outpu display with a want what is out put of graohics in c language
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
How to add two numbers without using arithmetic operators?
18 Answers College School Exams Tests, e track, Infosys, Pan Parag, Sapient, TCS,
Program to trim a given character from a string.