What is fflush() function?
No Answer is Posted For this Question
Be the First to Post Answer
When should a type cast not be used?
What functions are used in dynamic memory allocation in c?
Write a pro-gramme to determine whether the number is even or odd?
Why data types in all programming languages have some range? Why ritche have disigned first time likethat?Why not a single data type can support all other types?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
In which area global, external variables are stored?
Is null equal to 0 in sql?
Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....
#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } Find the output
identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;
What are the advantages and disadvantages of pointers?
WHOT IS CHAR?