What is string length in c?
No Answer is Posted For this Question
Be the First to Post Answer
What ios diff. Between %e & %f?
What is derived datatype in c?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
Explain threaded binary trees?
Is it better to use malloc() or calloc()?
Why is main function so important?
Write a program to print a (*)pattern programming (A to Z) in capital in one programming ?
Why do we need arrays in c?
Explain the bubble sort algorithm.
int a=0,b=2; if (a=0) b=0; else b=*10; What is the value of b ?
#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }
What is the difference between far and near ?