What are lookup tables in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the relation between # and include<stdio.h>
Is there any restriction in how many arguments printf or scanf function can take? in which file in my c++ compiler i can see the code for implementation of these two functions??
write a program to swap two numbers without using temporary variable?
program for following output using for loop? 1 2 2 3 3 3 4 4 4 4 5 5 5 5 5
What is structure data type in c?
What is string in c language?
#include<stdio.h> int main() { int i=0,j=1,k=2,m,n=0; m=i++&&j++&&k++||n++; printf("%d,%d,%d,%d,%d",i,j,k,m,n); }
12 Answers Capital IQ, Sasken,
Explain what does the format %10.2 mean when included in a printf statement?
I have a function which accepts, and is supposed to initialize,a pointer, but the pointer in the caller remains unchanged.
can any one provide me the notes of data structure for ignou cs-62 paper
4)What would be the output? main() { int num=425; pf("%d",pf("%d",num)); } a)Comp error b)4425 c)4253 d)3435 e)none
please give me some tips for the selection in TCS.