Is c programming hard?
No Answer is Posted For this Question
Be the First to Post Answer
What are the different types of linkage exist in c?
What is logical error?
Program to find larger of the two numbers without using if-else,while,for,switch
Tell me what are bitwise shift operators?
How can you determine the maximum value that a numeric variable can hold?
what is c programming?
What is the meaning When we write "#include" what is # and what does include does there???
Write a program to print "hello world" without using a semicolon?
What are the different types of objects used in c?
What are the different data types in C?
what is the output of the program and explain why?? #include<stdio.h> void main ( ) { int k=4,j=0: switch (k) { case 3; j=300; case 4: j=400: case 5: j=500; } printf (ā%d\nā,j); }
array of pointer pointer to array pointer to pointer