What is nested structure?
No Answer is Posted For this Question
Be the First to Post Answer
how to return 1000 variables from functio9n in c?plz give me code also
What does %f mean c?
which will return integer? a) int*s ( ) b) ( int* ) s( ) c) int ( *s ) ( )
What is the significance of an algorithm to C programming?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
how to write a bubble sort program without using temporary variable?
why we are using semicolon at the end of printh statment
why little endian and big endian came?y they using differently? y they not used commonly ?wt is application of little and big ?
What does main () mean in c?
how to write a data 10 in address location 0x2000
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.