Can i use “int” data type to store the value 32768? Why?
No Answer is Posted For this Question
Be the First to Post Answer
What is the o/p of the follow pgm? #include<stdio.h> main() { char char_arr[5]=”ORACL”; char c=’E’; prinf(“%s\n”,strcat(char_arr,c)); } a:oracle b. oracl c.e d.none
Why does not use getgh(); and <conio.h> in c language.
write a c program to find largest number in matrix(in each row,each column, diagonally, and in the whole matrix)? Its urgent.
Why is main function so important?
To what value do nonglobal variables default? 1) auto 2) register 3) static
What is the difference between procedural and functional programming?
What are the Advantages of using macro
What is data structure in c and its types?
What is the usage of the pointer in c?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
Is that possible to add pointers to each other?
write a program in 'c' to find the value of p[i+1]^n.p,i,n are arguments of a macro and n is a integer