What are the valid places to have keyword “break”?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of & in scanf?
can we store values and addresses in the same array? explain
What is the process of writing the null pointer?
What is malloc calloc and realloc in c?
Tell me about low level programming languages.
Explain Function Pointer?
#include<stdio.h> int fun(); int i; int main() { while(i) { fun(); main(); } printf("hello \n"); return 0; } int fun() { printf("hi"); } answer is hello.how??wat is tat while(i) mean?
can any one tel me wt is the question pattern for NIC exam
Write a program to print "hello world" without using a semicolon?
write a program of bubble sort using pointer?
How would you rename a function in C?
What is the difference between functions getch() and getche()?