YBJBU6
How can I ensure that integer arithmetic doesnt overflow?
Write a program in C to print the alphabets in order as on a mobile phone.i.e:When 2 is pressed once 'a' prints and if it is pressed two times 'b' prints and so on.we have to print all the alphabets as on mobile phone like this.
WHAT IS MAXIMUM SIZE OF AN ARRAY IN C LANGUAGE?
8 Answers Carphone Warehouse, IBM, SAS,
what are the different storage classes in c?
#include<stdio.h> { printf("Hello"); } how compile time affects when we add additional header file <conio.h>.
what is the difference between c and java?
Explain the difference between struct and union.
Sir i need notes for structure,functions,pointers in c language can you help me please
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
Differentiate between Macro and ordinary definition.
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
how to calculate the time complexity of a given algorithm? pls give exaples..mainly for the coplexities such as O(log n),O(n log n)...