How to write c functions that modify head pointer of a linked list?
No Answer is Posted For this Question
Be the First to Post Answer
Why does not c have an exponentiation operator?
what is the output of the below code? main( ) { printf ( "\nOnly stupids use C?" ) ; display( ) ; } display( ) { printf ( "\nFools too use C!" ) ; main( ) ; }
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
Why is the code below functioning. According to me it MUST NOT.
Which is better between malloc and calloc?
Between macros and functions,which is better to use and why?
What is extern keyword in c?
When a c file is executed there are many files that are automatically opened what are they files?
what is pointer ?
10 Answers Kernex Micro Systems,
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
Can the curly brackets { } be used to enclose a single line of code?
Write a program to print all the prime numbers with in the given range
8 Answers ABC, College School Exams Tests, TCS,