Write the test cases for checking a variable having value in
range -10.0 to +10.0?
No Answer is Posted For this Question
Be the First to Post Answer
What is the relationship between pointers and data structure?
Why can't we initialise member variable of a strucutre
compare array with pointer?
write a C code To reverse a linked list
How to establish connection with oracle database software from c language?
#‎include‬<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }
write a program to swap Two numbers without using temp variable.
75 Answers EMC, Focus, GreyB, HCL, Hitech, HP, Huawei, Infosys, Mannar Company, Microsoft, Miles Software, Odessa Technologies, Satyam, TCS, Wipro,
main() { int l=6; switch(l) { default:l=l+2; case 4:l=4; case 5:l++; break; } printf("%d",l); }
How do we open a binary file in Read/Write mode in C?
Can you write the algorithm for Queue?
0 Answers College School Exams Tests, TCS,
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
what is bitwise operator?