What is %s and %d in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain a pre-processor and its advantages.
What is the use of function overloading in C?
dennis ritchie invented C language in AT&T bell laboratory what is the extension of AT&T?
1)what are limitations for recursive function? 2)write a program to read a text file and count the number of characters in the text file
Where is volatile variable stored?
What are the scope of static variables?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
What does c mean in basketball?
What is the difference between fread buffer() and fwrite buffer()?
#include<stdio.h> int main(){ int a[]={1,2,3,5,1}; int *ptr=a+4; int y=ptr-a; printf("%d",y); }
Can you subtract pointers from each other? Why would you?
What are the uses of a pointer?