code for replace tabs with equivalent number of blanks
No Answer is Posted For this Question
Be the First to Post Answer
Find occurence of a character in a sting.
find the minimum of three values inputted by the user
#include<stdio.h> void main() { char *str; long unsigned int add; str="Hello C"; add=&str[0]; printf("%c",add); } What is the output?
#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(ā%dā ,a[i]); }
What is pass by reference in functions?
What is typedef?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STRUCTURES
What are bit fields? What is their use?
What is external variable in c?
read an array and search an element
What is meant by type casting?