Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Post New Answer

More C Interview Questions

what is the difference between malloc() and calloc() function?

1 Answers  


What is main () in c language?

0 Answers  


What is memmove?

1 Answers   Oracle,


How can I handle floating-point exceptions gracefully?

0 Answers  


#include<stdio.h> int SumElement(int *,int); void main(void) { int x[10]; int i=10; for(;i;) { i--; *(x+i)=i; } printf("%d",SumElement(x,10)); } int SumElement(int array[],int size) { int i=0; float sum=0; for(;i<size;i++) sum+=array[i]; return sum; } output?

5 Answers   Ramco,


Write a program to reverse a given number in c language?

0 Answers  


List the variables are used for writing doubly linked list program.

0 Answers   Infosys, Wipro,


How can I invoke another program (a standalone executable, or an operating system command) from within a c program?

0 Answers  


What is a Genralised LInked List?? Please give a detailed explation of it..

1 Answers  


Tell me is null always defined as 0(zero)?

0 Answers  


What is the difference between test design and test case design?

0 Answers  


How can we see the Expanded source code and compiled code for our source program in C?

1 Answers  


Categories