What is the difference between printf and scanf in c?
No Answer is Posted For this Question
Be the First to Post Answer
Is null equal to 0 in sql?
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
What are shell structures used for?
What is the difference between single charater constant and string constant?
What are derived data types in c?
Program to display given 3 integers in ascending order
Write a program in c using only loops to print * * * * * *******
What are multidimensional arrays?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
Write a c program using for loop in switch case?
what does ‘Bus Error’ mean?
What is pointer in c?