What is scope and lifetime of a variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.
How many header files are in c?
What does c mean in basketball?
Difference between Function to pointer and pointer to function
Why is C language being considered a middle level language?
Expand the following LKB BKL FFG
Write code for finding depth of tree
which one of follwoing will read a character from keyboard and store in c a)c=getc() b)c=getchar() c)c=getchar(stdin) d)getc(&c) e)none
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
How do you determine the length of a string value that was stored in a variable?
progrem to generate the following series 1 12 123 1234 12345
main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }