What is spaghetti programming?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to add two numbers of any size.....(remember any size)
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
2 Answers HCL, IBM, Satyam, Vimal, Vimukti Technologies,
Is Exception handling possible in c language?
What are the 4 data types?
What is a pointer variable in c language?
What is the difference between the = symbol and == symbol?
#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
What is far pointer in c?
what is the difference between const char *p, char const *p, const char* const p
5 Answers Accenture, Aricent, CTS, Geometric Software, Point Cross, Verizon,
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?