What is property type c?
No Answer is Posted For this Question
Be the First to Post Answer
What are linked lists in c?
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..
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); }
What are the 32 keywords in c?
what is the output of the below code? main( ) { printf ( "\nOnly stupids use C?" ) ; display( ) ; } display( ) { printf ( "\nFools too use C!" ) ; main( ) ; }
What is a structural principle?
Difference between constant pointer and pointer to a constant.
write a program to compare 2 numbers without using logical operators?
O,T,T,F,F,S,S,E,N,?,?,?,T,F,F,S,S,E,N
What is the meaning of 2d in c?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
Give the rules for variable declaration?