Are there any problems with performing mathematical operations on different variable types?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

How can I access a memory located at certain address?

2 Answers   CSC,


What are the 4 types of functions?

0 Answers  


Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result

0 Answers  


What is structure in c language?

0 Answers  


Write a program to compare two strings without using the strcmp() function

42 Answers   Accenture, Arba Minch University,






What are linked lists in c?

0 Answers  


Which is better malloc or calloc?

0 Answers  


What is the use of c language in real life?

0 Answers  


actually i have 2 years teaching experience as computer faculty but now i am a DBA but when i go for interview many peoples asked me why i left my teaching profession and why i want to come in this field kindly give me the proper answer of this queston

3 Answers   Ramco,


How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?

0 Answers  


What is an operator?

0 Answers  


f() { int a=2; f1(a++); } f1(int c) { printf("%d", c); } c=?

7 Answers   Geometric Software,


Categories