What is difference between array and structure in c?
No Answer is Posted For this Question
Be the First to Post Answer
c program to input values in a table(using 2D array) and print odd numbers from them
how do we remove the printed character in printf statement and write next it it
wat are the two methods for swapping two numbers without using temp variable??
fn f(x) { if(x<=0) return; else f(x-1)+x; }
What is extern storage class in c?
What is masking?
What is your stream meaning?
Does c have circular shift operators?
#include<stdio.h> void main() { int =1; printf("%d%d%d",a++,++a,++a); }
What is the sizeof () a pointer?
Which built-in library function can be used to match a patter from the string?
sqrt(x+sqrt(x+sqrt(x+sqrt(x))))=2; Find the value of x?