Can two or more operators such as
and be combined in a single line of program code?
No Answer is Posted For this Question
Be the First to Post Answer
Write a function to find the area of a triangle whose length of three sides is given
What are global variables and explain how do you declare them?
#include<stdio.h> void main() { char *str; long unsigned int add; str="Hello C"; add=&str[0]; printf("%c",add); } What is the output?
write a program to swap two numbers without using temporary variable?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
how to print 2-D array using a single for loop?
2 Answers Mind Tree, TCS, Value Labs,
How many types of arrays are there in c?
What are formal parameters?
What is C language Terminator?
write a prgram of swapping with 2 valiables
What are preprocessor directives in c?
Which node is more powerful and can handle local information processing or graphics processing?